#CCCCA9

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

Shades of Orinoco #CCCCA9

Tints of Orinoco #CCCCA9

Color information

#CCCCA9 (or 0xCCCCA9) is unknown color: approx Orinoco. HEX triplet: CC, CC and A9. RGB value is (204,204,169). Sum of RGB (Red+Green+Blue) = 204+204+169=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA9 is #333356. Grayscale: #C8C8C8. Windows color (decimal): -3355479 or 11128012. OLE color: 11128012.

HSL color Cylindrical-coordinate representation of color #CCCCA9: hue angle of 60º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCCA9 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204204169-
CMYK000.170.2
HSL60º25.55%73.14%-
HSV(B)60º17.16%80%-
XYZ53.6658.8946.07-
YUV200.01110.5130.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=35.36%
G=35.36%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204169000.170.26025.5573.14
HexCCCCA90011143c1a49
Octal3143142510021247432111
Binary110011001100110010101001001000110100111100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCA9; }

 p { color: rgb(204,204,169); }

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

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

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

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

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

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

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