#C9D1AB

Color #C9D1AB Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #C9D1AB

Tints of Orinoco #C9D1AB

Color information

#C9D1AB (or 0xC9D1AB) is unknown color: approx Orinoco. HEX triplet: C9, D1 and AB. RGB value is (201,209,171). Sum of RGB (Red+Green+Blue) = 201+209+171=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D1AB is #362E54. Grayscale: #CACACA. Windows color (decimal): -3550805 or 11260361. OLE color: 11260361.

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

Color convert

RGB201209171-
CMYK0.0400.180.18
HSL72.63º29.23%74.51%-
HSV(B)72.63º18.18%81.96%-
XYZ54.2460.9647.44-
YUV202.28110.35127.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=34.60%
G=35.97%
B=29.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012091710.0400.180.1872.6329.2374.51
HexC9D1AB401212491d4b
Octal31132125340222211135113
Binary110010011101000110101011100010010100101001001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D1AB; }

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

 H1.HeaderClassName
 {
   color: #C9D1AB;
 }
 .AnyTagClassName
 {
   color: #C9D1AB;
 }
</style>
background-color css

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

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

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

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

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

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