#C9CCAE

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

Shades of Orinoco #C9CCAE

Tints of Orinoco #C9CCAE

Color information

#C9CCAE (or 0xC9CCAE) is unknown color: approx Orinoco. HEX triplet: C9, CC and AE. RGB value is (201,204,174). Sum of RGB (Red+Green+Blue) = 201+204+174=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCAE is #363351. Grayscale: #C7C7C7. Windows color (decimal): -3552082 or 11455689. OLE color: 11455689.

HSL color Cylindrical-coordinate representation of color #C9CCAE: hue angle of 66º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9CCAE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB201204174-
CMYK0.0100.150.2
HSL66º22.73%74.12%-
HSV(B)66º14.71%80%-
XYZ53.3258.6648.56-
YUV199.68113.51128.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=34.72%
G=35.23%
B=30.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012041740.0100.150.26622.7374.12
HexC9CCAE10F1442174a
Octal31131425610172410227112
Binary110010011100110010101110101111101001000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCAE; }

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

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

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

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

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

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

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

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