Html Css Color HEX #C9CEAA Orinoco

📋 copy color: '#C9CEAA'

red 201 ◦ green 206 ◦ blue 170

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

Shades of Orinoco #C9CEAA

Tints of Orinoco #C9CEAA

RGB

 RED value IS 201 (78.91% from 255) = 34.84%

 GREEN value IS 206 (80.86% from 255) = 35.7%

 BLUE value IS 170 (66.8% from 255) = 29.46%

R = 34.84%
G = 35.7%
B = 29.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C9CEAA (or 0xC9CEAA) is known color: Orinoco. HEX triplet: C9, CE and AA. RGB value is (201,206,170). Sum of RGB (Red+Green+Blue) = 201+206+170=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEAA is #363155. Grayscale: #C8C8C8. Windows color (decimal): -3551574 or 11194057. OLE color: 11194057.

HSL color Cylindrical-coordinate representation of color #C9CEAA: hue angle of 68.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9CEAA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 170 -
CMYK 0.02 0 0.17 0.19
HSL 68.33º 0.27% 0.74% -
HSV(B) 68.33º 0.17% 0.81% -
XYZ 53.41 59.46 46.69 -
YUV 200.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 201 206 170 0.02 0 0.17 0.19 68.33 0.27 0.74
Hex C9 CE AA 2 0 11 13 44 1B 4A
Octal 311 316 252 2 0 21 23 104 33 112
Binary 11001001 11001110 10101010 10 0 10001 10011 1000100 11011 1001010

Color Harmonies of #C9CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEAA

Black with #C9CEAA

Text Example


Text Example

White with #C9CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEAA; }

 p { color: rgb(201,206,170); }

 H1.HeaderClassName
 {
   color: #C9CEAA;
 }
 .AnyTagClassName
 {
   color: #C9CEAA;
 }
</style>

background-color css

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

 a { background-color: rgb(201,206,170); }

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

border-color css

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

 span { border-color: rgb(201,206,170); }

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