Html Css Color HEX #C9D0AD Orinoco

📋 copy color: '#C9D0AD'

red 201 ◦ green 208 ◦ blue 173

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

Shades of Orinoco #C9D0AD

Tints of Orinoco #C9D0AD

RGB

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

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

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

R = 34.54%
G = 35.74%
B = 29.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#C9D0AD (or 0xC9D0AD) is known color: Orinoco. HEX triplet: C9, D0 and AD. RGB value is (201,208,173). Sum of RGB (Red+Green+Blue) = 201+208+173=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D0AD is #362F52. Grayscale: #CACACA. Windows color (decimal): -3551059 or 11391177. OLE color: 11391177.

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

Color convert

RGB 201 208 173 -
CMYK 0.03 0 0.17 0.18
HSL 72º 0.27% 0.75% -
HSV(B) 72º 0.17% 0.82% -
XYZ 54.19 60.55 48.37 -
YUV 201.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 201 208 173 0.03 0 0.17 0.18 72 0.27 0.75
Hex C9 D0 AD 3 0 11 12 48 1B 4B
Octal 311 320 255 3 0 21 22 110 33 113
Binary 11001001 11010000 10101101 11 0 10001 10010 1001000 11011 1001011

Color Harmonies of #C9D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D0AD

Black with #C9D0AD

Text Example


Text Example

White with #C9D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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