Html Css Color HEX #C9D0AA Orinoco

📋 copy color: '#C9D0AA'

red 201 ◦ green 208 ◦ blue 170

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

Shades of Orinoco #C9D0AA

Tints of Orinoco #C9D0AA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.92%

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

R = 34.72%
G = 35.92%
B = 29.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#C9D0AA (or 0xC9D0AA) is known color: Orinoco. HEX triplet: C9, D0 and AA. RGB value is (201,208,170). Sum of RGB (Red+Green+Blue) = 201+208+170=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D0AA is #362F55. Grayscale: #C9C9C9. Windows color (decimal): -3551062 or 11194569. OLE color: 11194569.

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

Color convert

RGB 201 208 170 -
CMYK 0.03 0 0.18 0.18
HSL 71.05º 0.29% 0.74% -
HSV(B) 71.05º 0.18% 0.82% -
XYZ 53.9 60.43 46.85 -
YUV 201.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 201 208 170 0.03 0 0.18 0.18 71.05 0.29 0.74
Hex C9 D0 AA 3 0 12 12 47 1D 4A
Octal 311 320 252 3 0 22 22 107 35 112
Binary 11001001 11010000 10101010 11 0 10010 10010 1000111 11101 1001010

Color Harmonies of #C9D0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D0AA

Black with #C9D0AA

Text Example


Text Example

White with #C9D0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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