#CFD2B4

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

Shades of Orinoco #CFD2B4

Tints of Orinoco #CFD2B4

Color information

#CFD2B4 (or 0xCFD2B4) is unknown color: approx Orinoco. HEX triplet: CF, D2 and B4. RGB value is (207,210,180). Sum of RGB (Red+Green+Blue) = 207+210+180=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2B4 is #302D4B. Grayscale: #CDCDCD. Windows color (decimal): -3157324 or 11850447. OLE color: 11850447.

HSL color Cylindrical-coordinate representation of color #CFD2B4: hue angle of 66º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD2B4 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB207210180-
CMYK0.0100.140.18
HSL66º25%76.47%-
HSV(B)66º14.29%82.35%-
XYZ57.0262.6552.27-
YUV205.68113.51128.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=34.67%
G=35.18%
B=30.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072101800.0100.140.18662576.47
HexCFD2B410E1242194c
Octal31732226410162210231114
Binary110011111101001010110100101110100101000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2B4; }

 p { color: rgb(207,210,180); }

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

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

 a { background-color: rgb(207,210,180); }

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

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

 span { border-color: rgb(207,210,180); }

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