Html Css Color HEX #C9CCAE Orinoco

📋 copy color: '#C9CCAE'

red 201 ◦ green 204 ◦ blue 174

#C9CCAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #C9CCAE

Tints of Orinoco #C9CCAE

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 value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#C9CCAE (or 0xC9CCAE) is known color: 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

RGB 201 204 174 -
CMYK 0.01 0 0.15 0.2
HSL 66º 0.23% 0.74% -
HSV(B) 66º 0.15% 0.8% -
XYZ 53.32 58.66 48.56 -
YUV 199.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 201 204 174 0.01 0 0.15 0.2 66 0.23 0.74
Hex C9 CC AE 1 0 F 14 42 17 4A
Octal 311 314 256 1 0 17 24 102 27 112
Binary 11001001 11001100 10101110 1 0 1111 10100 1000010 10111 1001010

Color Harmonies of #C9CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCAE

Black with #C9CCAE

Text Example


Text Example

White with #C9CCAE

Text Example


Text Example

HTML Codes & Css Web 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>