#CCCCAA

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

Shades of Orinoco #CCCCAA

Tints of Orinoco #CCCCAA

Color information

#CCCCAA (or 0xCCCCAA) is unknown color: approx Orinoco. HEX triplet: CC, CC and AA. RGB value is (204,204,170). Sum of RGB (Red+Green+Blue) = 204+204+170=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAA is #333355. Grayscale: #C8C8C8. Windows color (decimal): -3355478 or 11193548. OLE color: 11193548.

HSL color Cylindrical-coordinate representation of color #CCCCAA: hue angle of 60º degrees, saturation: 0.25, 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 #CCCCAA is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204204170-
CMYK000.170.2
HSL60º25%73.33%-
HSV(B)60º16.67%80%-
XYZ53.7558.9346.57-
YUV200.12111130.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=35.29%
G=35.29%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204170000.170.2602573.33
HexCCCCAA0011143c1949
Octal3143142520021247431111
Binary110011001100110010101010001000110100111100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCAA; }

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

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

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

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

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

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

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

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