#CFD0B9

Color #CFD0B9 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CFD0B9

Tints of Orinoco #CFD0B9

Color information

#CFD0B9 (or 0xCFD0B9) is unknown color: approx Orinoco. HEX triplet: CF, D0 and B9. RGB value is (207,208,185). Sum of RGB (Red+Green+Blue) = 207+208+185=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0B9 is #302F46. Grayscale: #CDCDCD. Windows color (decimal): -3157831 or 12177615. OLE color: 12177615.

HSL color Cylindrical-coordinate representation of color #CFD0B9: hue angle of 62.61º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD0B9 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB207208185-
CMYK0.0000.110.18
HSL62.61º19.66%77.06%-
HSV(B)62.61º11.06%81.57%-
XYZ57.0461.8854.84-
YUV205.08116.67129.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=34.5%
G=34.67%
B=30.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081850.0000.110.1862.6119.6677.06
HexCFD0B900B123f144d
Octal3173202710013227724115
Binary11001111110100001011100100101110010111111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0B9; }

 p { color: rgb(207,208,185); }

 H1.HeaderClassName
 {
   color: #CFD0B9;
 }
 .AnyTagClassName
 {
   color: #CFD0B9;
 }
</style>
background-color css

<style>
 a { background-color: #CFD0B9; }

 a { background-color: rgb(207,208,185); }

 div.DivClassName
 {
   background-color: #CFD0B9;
 }
 .BgClassName
 {
   background-color: #CFD0B9;
 }
</style>
border-color css

<style>
 span { border-color: #CFD0B9; }

 span { border-color: rgb(207,208,185); }

 td.TdClassName
 {
   border-color: #CFD0B9;
 }
 .TagClassName
 {
   border-color: #CFD0B9;
 }
</style>