Html Css Color HEX #C9CEAD Orinoco

📋 copy color: '#C9CEAD'

red 201 ◦ green 206 ◦ blue 173

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

Shades of Orinoco #C9CEAD

Tints of Orinoco #C9CEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.83%

R = 34.66%
G = 35.52%
B = 29.83%

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

#C9CEAD (or 0xC9CEAD) is known color: Orinoco. HEX triplet: C9, CE and AD. RGB value is (201,206,173). Sum of RGB (Red+Green+Blue) = 201+206+173=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEAD is #363152. Grayscale: #C8C8C8. Windows color (decimal): -3551571 or 11390665. OLE color: 11390665.

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

Color convert

RGB 201 206 173 -
CMYK 0.02 0 0.16 0.19
HSL 69.09º 0.25% 0.74% -
HSV(B) 69.09º 0.16% 0.81% -
XYZ 53.7 59.58 48.2 -
YUV 200.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 201 206 173 0.02 0 0.16 0.19 69.09 0.25 0.74
Hex C9 CE AD 2 0 10 13 45 19 4A
Octal 311 316 255 2 0 20 23 105 31 112
Binary 11001001 11001110 10101101 10 0 10000 10011 1000101 11001 1001010

Color Harmonies of #C9CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEAD

Black with #C9CEAD

Text Example


Text Example

White with #C9CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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