#C9CBAC

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

Shades of Orinoco #C9CBAC

Tints of Orinoco #C9CBAC

Color information

#C9CBAC (or 0xC9CBAC) is unknown color: approx Orinoco. HEX triplet: C9, CB and AC. RGB value is (201,203,172). Sum of RGB (Red+Green+Blue) = 201+203+172=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CBAC is #363453. Grayscale: #C6C6C6. Windows color (decimal): -3552340 or 11324361. OLE color: 11324361.

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

Color convert

RGB201203172-
CMYK0.0100.150.20
HSL63.87º22.96%73.53%-
HSV(B)63.87º15.27%79.61%-
XYZ52.8958.1147.46-
YUV198.87112.84129.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=34.90%
G=35.24%
B=29.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012031720.0100.150.2063.8722.9673.53
HexC9CBAC10F1440174a
Octal31131325410172410027112
Binary110010011100101110101100101111101001000000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBAC; }

 p { color: rgb(201,203,172); }

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

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

 a { background-color: rgb(201,203,172); }

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

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

 span { border-color: rgb(201,203,172); }

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