Html Css Color HEX #C9CEAE Orinoco

📋 copy color: '#C9CEAE'

red 201 ◦ green 206 ◦ blue 174

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

Shades of Orinoco #C9CEAE

Tints of Orinoco #C9CEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.95%

R = 34.6%
G = 35.46%
B = 29.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C9CEAE (or 0xC9CEAE) is known color: Orinoco. HEX triplet: C9, CE and AE. RGB value is (201,206,174). Sum of RGB (Red+Green+Blue) = 201+206+174=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEAE is #363151. Grayscale: #C8C8C8. Windows color (decimal): -3551570 or 11456201. OLE color: 11456201.

HSL color Cylindrical-coordinate representation of color #C9CEAE: hue angle of 69.38º degrees, saturation: 0.25, 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 #C9CEAE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 174 -
CMYK 0.02 0 0.16 0.19
HSL 69.38º 0.25% 0.75% -
HSV(B) 69.38º 0.16% 0.81% -
XYZ 53.8 59.62 48.72 -
YUV 200.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 201 206 174 0.02 0 0.16 0.19 69.38 0.25 0.75
Hex C9 CE AE 2 0 10 13 45 19 4B
Octal 311 316 256 2 0 20 23 105 31 113
Binary 11001001 11001110 10101110 10 0 10000 10011 1000101 11001 1001011

Color Harmonies of #C9CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEAE

Black with #C9CEAE

Text Example


Text Example

White with #C9CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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