#CCCCAC

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

Shades of Orinoco #CCCCAC

Tints of Orinoco #CCCCAC

Color information

#CCCCAC (or 0xCCCCAC) is unknown color: approx Orinoco. HEX triplet: CC, CC and AC. RGB value is (204,204,172). Sum of RGB (Red+Green+Blue) = 204+204+172=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAC is #333353. Grayscale: #C8C8C8. Windows color (decimal): -3355476 or 11324620. OLE color: 11324620.

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

Color convert

RGB204204172-
CMYK000.160.2
HSL60º23.88%73.73%-
HSV(B)60º15.69%80%-
XYZ53.945947.58-
YUV200.35112130.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=35.17%
G=35.17%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204172000.160.26023.8873.73
HexCCCCAC0010143c184a
Octal3143142540020247430112
Binary110011001100110010101100001000010100111100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCAC; }

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

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

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

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

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

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

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

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