#C9CDB1

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

Shades of Orinoco #C9CDB1

Tints of Orinoco #C9CDB1

Color information

#C9CDB1 (or 0xC9CDB1) is unknown color: approx Orinoco. HEX triplet: C9, CD and B1. RGB value is (201,205,177). Sum of RGB (Red+Green+Blue) = 201+205+177=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CDB1 is #36324E. Grayscale: #C8C8C8. Windows color (decimal): -3551823 or 11652553. OLE color: 11652553.

HSL color Cylindrical-coordinate representation of color #C9CDB1: hue angle of 68.57º 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 #C9CDB1 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB201205177-
CMYK0.0200.140.20
HSL68.57º21.88%74.9%-
HSV(B)68.57º13.66%80.39%-
XYZ53.8559.2550.19-
YUV200.61114.67128.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=34.48%
G=35.16%
B=30.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012051770.0200.140.2068.5721.8874.9
HexC9CDB120E1445164b
Octal31131526120162410526113
Binary1100100111001101101100011001110101001000101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDB1; }

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

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

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

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

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

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

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

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