#C9CCB1

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

Shades of Orinoco #C9CCB1

Tints of Orinoco #C9CCB1

Color information

#C9CCB1 (or 0xC9CCB1) is unknown color: approx Orinoco. HEX triplet: C9, CC and B1. RGB value is (201,204,177). Sum of RGB (Red+Green+Blue) = 201+204+177=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCB1 is #36334E. Grayscale: #C8C8C8. Windows color (decimal): -3552079 or 11652297. OLE color: 11652297.

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

Color convert

RGB201204177-
CMYK0.0100.130.2
HSL66.67º20.93%74.71%-
HSV(B)66.67º13.24%80%-
XYZ53.6258.7850.11-
YUV200.02115.01128.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 177 (69.53% from 255) = 30.41%
R=34.54%
G=35.05%
B=30.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012041770.0100.130.266.6720.9374.71
HexC9CCB110D1443154b
Octal31131426110152410325113
Binary110010011100110010110001101101101001000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCB1; }

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

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

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

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

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

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

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

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