#C9CCAB

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

Shades of Orinoco #C9CCAB

Tints of Orinoco #C9CCAB

Color information

#C9CCAB (or 0xC9CCAB) is unknown color: approx Orinoco. HEX triplet: C9, CC and AB. RGB value is (201,204,171). Sum of RGB (Red+Green+Blue) = 201+204+171=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCAB is #363354. Grayscale: #C7C7C7. Windows color (decimal): -3552085 or 11259081. OLE color: 11259081.

HSL color Cylindrical-coordinate representation of color #C9CCAB: hue angle of 65.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CCAB is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB201204171-
CMYK0.0100.160.2
HSL65.45º24.44%73.53%-
HSV(B)65.45º16.18%80%-
XYZ53.0358.5447.03-
YUV199.34112.01129.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=34.90%
G=35.42%
B=29.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012041710.0100.160.265.4524.4473.53
HexC9CCAB10101441184a
Octal31131425310202410130112
Binary1100100111001100101010111010000101001000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCAB; }

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

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

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

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

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

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

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

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