#CFD6A8

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

Shades of Orinoco #CFD6A8

Tints of Orinoco #CFD6A8

Color information

#CFD6A8 (or 0xCFD6A8) is unknown color: approx Orinoco. HEX triplet: CF, D6 and A8. RGB value is (207,214,168). Sum of RGB (Red+Green+Blue) = 207+214+168=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD6A8 is #302957. Grayscale: #CECECE. Windows color (decimal): -3156312 or 11065039. OLE color: 11065039.

HSL color Cylindrical-coordinate representation of color #CFD6A8: hue angle of 69.13º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFD6A8 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB207214168-
CMYK0.0300.210.16
HSL69.13º35.94%74.9%-
HSV(B)69.13º21.5%83.92%-
XYZ56.8564.1946.44-
YUV206.66106.18128.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 168 (66.02% from 255) = 28.52%
R=35.14%
G=36.33%
B=28.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141680.0300.210.1669.1335.9474.9
HexCFD6A830151045244b
Octal31732625030252010544113
Binary110011111101011010101000110101011000010001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6A8; }

 p { color: rgb(207,214,168); }

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

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

 a { background-color: rgb(207,214,168); }

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

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

 span { border-color: rgb(207,214,168); }

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