#CCA388

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

Shades of Cameo #CCA388

Tints of Cameo #CCA388

Color information

#CCA388 (or 0xCCA388) is unknown color: approx Cameo. HEX triplet: CC, A3 and 88. RGB value is (204,163,136). Sum of RGB (Red+Green+Blue) = 204+163+136=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA388 is #335C77. Grayscale: #ACACAC. Windows color (decimal): -3366008 or 8954828. OLE color: 8954828.

HSL color Cylindrical-coordinate representation of color #CCA388: hue angle of 23.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA388 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204163136-
CMYK00.200.330.2
HSL23.82º40%66.67%-
HSV(B)23.82º33.33%80%-
XYZ42.4440.8128.93-
YUV172.18107.58150.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 136 (53.52% from 255) = 27.04%
R=40.56%
G=32.41%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416313600.200.330.223.824066.67
HexCCA3880142114182843
Octal31424321002441243050103
Binary11001100101000111000100001010010000110100110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA388; }

 p { color: rgb(204,163,136); }

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

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

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

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

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

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

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