Html Css Color HEX #C9CEA6 Orinoco

📋 copy color: '#C9CEA6'

red 201 ◦ green 206 ◦ blue 166

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

Shades of Orinoco #C9CEA6

Tints of Orinoco #C9CEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.97%

R = 35.08%
G = 35.95%
B = 28.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#C9CEA6 (or 0xC9CEA6) is known color: Orinoco. HEX triplet: C9, CE and A6. RGB value is (201,206,166). Sum of RGB (Red+Green+Blue) = 201+206+166=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEA6 is #363159. Grayscale: #C8C8C8. Windows color (decimal): -3551578 or 10931913. OLE color: 10931913.

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

Color convert

RGB 201 206 166 -
CMYK 0.02 0 0.19 0.19
HSL 67.5º 0.29% 0.73% -
HSV(B) 67.5º 0.19% 0.81% -
XYZ 53.04 59.31 44.73 -
YUV 199.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 201 206 166 0.02 0 0.19 0.19 67.5 0.29 0.73
Hex C9 CE A6 2 0 13 13 44 1D 49
Octal 311 316 246 2 0 23 23 104 35 111
Binary 11001001 11001110 10100110 10 0 10011 10011 1000100 11101 1001001

Color Harmonies of #C9CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEA6

Black with #C9CEA6

Text Example


Text Example

White with #C9CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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