Html Css Color HEX #C9D1AA Orinoco

📋 copy color: '#C9D1AA'

red 201 ◦ green 209 ◦ blue 170

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

Shades of Orinoco #C9D1AA

Tints of Orinoco #C9D1AA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.03%

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

R = 34.66%
G = 36.03%
B = 29.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C9D1AA (or 0xC9D1AA) is known color: Orinoco. HEX triplet: C9, D1 and AA. RGB value is (201,209,170). Sum of RGB (Red+Green+Blue) = 201+209+170=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D1AA is #362E55. Grayscale: #CACACA. Windows color (decimal): -3550806 or 11194825. OLE color: 11194825.

HSL color Cylindrical-coordinate representation of color #C9D1AA: hue angle of 72.31º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9D1AA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 209 170 -
CMYK 0.04 0 0.19 0.18
HSL 72.31º 0.3% 0.74% -
HSV(B) 72.31º 0.19% 0.82% -
XYZ 54.14 60.92 46.94 -
YUV 202.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 201 209 170 0.04 0 0.19 0.18 72.31 0.3 0.74
Hex C9 D1 AA 4 0 13 12 48 1E 4A
Octal 311 321 252 4 0 23 22 110 36 112
Binary 11001001 11010001 10101010 100 0 10011 10010 1001000 11110 1001010

Color Harmonies of #C9D1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D1AA

Black with #C9D1AA

Text Example


Text Example

White with #C9D1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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