#C9CFAE

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

Shades of Orinoco #C9CFAE

Tints of Orinoco #C9CFAE

Color information

#C9CFAE (or 0xC9CFAE) is unknown color: approx Orinoco. HEX triplet: C9, CF and AE. RGB value is (201,207,174). Sum of RGB (Red+Green+Blue) = 201+207+174=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFAE is #363051. Grayscale: #C9C9C9. Windows color (decimal): -3551314 or 11456457. OLE color: 11456457.

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

Color convert

RGB201207174-
CMYK0.0300.160.19
HSL70.91º25.58%74.71%-
HSV(B)70.91º15.94%81.18%-
XYZ54.0460.148.8-
YUV201.44112.51127.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=34.54%
G=35.57%
B=29.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071740.0300.160.1970.9125.5874.71
HexC9CFAE301013471a4b
Octal31131725630202310732113
Binary11001001110011111010111011010000100111000111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFAE; }

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

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

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

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

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

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

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

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