#C9CFAF

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

Shades of Orinoco #C9CFAF

Tints of Orinoco #C9CFAF

Color information

#C9CFAF (or 0xC9CFAF) is unknown color: approx Orinoco. HEX triplet: C9, CF and AF. RGB value is (201,207,175). Sum of RGB (Red+Green+Blue) = 201+207+175=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFAF is #363050. Grayscale: #C9C9C9. Windows color (decimal): -3551313 or 11521993. OLE color: 11521993.

HSL color Cylindrical-coordinate representation of color #C9CFAF: hue angle of 71.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9CFAF is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB201207175-
CMYK0.0300.150.19
HSL71.25º25%74.9%-
HSV(B)71.25º15.46%81.18%-
XYZ54.1460.1449.31-
YUV201.56113.01127.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=34.48%
G=35.51%
B=30.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071750.0300.150.1971.252574.9
HexC9CFAF30F1347194b
Octal31131725730172310731113
Binary1100100111001111101011111101111100111000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFAF; }

 p { color: rgb(201,207,175); }

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

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

 a { background-color: rgb(201,207,175); }

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

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

 span { border-color: rgb(201,207,175); }

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