Html Css Color HEX #C9D0AB Orinoco

📋 copy color: '#C9D0AB'

red 201 ◦ green 208 ◦ blue 171

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

Shades of Orinoco #C9D0AB

Tints of Orinoco #C9D0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 34.66%
G = 35.86%
B = 29.48%

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

#C9D0AB (or 0xC9D0AB) is known color: Orinoco. HEX triplet: C9, D0 and AB. RGB value is (201,208,171). Sum of RGB (Red+Green+Blue) = 201+208+171=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D0AB is #362F54. Grayscale: #C9C9C9. Windows color (decimal): -3551061 or 11260105. OLE color: 11260105.

HSL color Cylindrical-coordinate representation of color #C9D0AB: hue angle of 71.35º degrees, saturation: 0.28, 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 #C9D0AB is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 208 171 -
CMYK 0.03 0 0.18 0.18
HSL 71.35º 0.28% 0.74% -
HSV(B) 71.35º 0.18% 0.82% -
XYZ 53.99 60.47 47.35 -
YUV 201.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 201 208 171 0.03 0 0.18 0.18 71.35 0.28 0.74
Hex C9 D0 AB 3 0 12 12 47 1C 4A
Octal 311 320 253 3 0 22 22 107 34 112
Binary 11001001 11010000 10101011 11 0 10010 10010 1000111 11100 1001010

Color Harmonies of #C9D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D0AB

Black with #C9D0AB

Text Example


Text Example

White with #C9D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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