#C9CCB0

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

Shades of Orinoco #C9CCB0

Tints of Orinoco #C9CCB0

Color information

#C9CCB0 (or 0xC9CCB0) is unknown color: approx Orinoco. HEX triplet: C9, CC and B0. RGB value is (201,204,176). Sum of RGB (Red+Green+Blue) = 201+204+176=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCB0 is #36334F. Grayscale: #C8C8C8. Windows color (decimal): -3552080 or 11586761. OLE color: 11586761.

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

Color convert

RGB201204176-
CMYK0.0100.140.2
HSL66.43º21.54%74.51%-
HSV(B)66.43º13.73%80%-
XYZ53.5258.7449.59-
YUV199.91114.51128.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 176 (69.14% from 255) = 30.29%
R=34.60%
G=35.11%
B=30.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012041760.0100.140.266.4321.5474.51
HexC9CCB010E1442164b
Octal31131426010162410226113
Binary110010011100110010110000101110101001000010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCB0; }

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

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

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

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

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

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

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

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