#CCA28A

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

Shades of Cameo #CCA28A

Tints of Cameo #CCA28A

Color information

#CCA28A (or 0xCCA28A) is unknown color: approx Cameo. HEX triplet: CC, A2 and 8A. RGB value is (204,162,138). Sum of RGB (Red+Green+Blue) = 204+162+138=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA28A is #335D75. Grayscale: #ABABAB. Windows color (decimal): -3366262 or 9085644. OLE color: 9085644.

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

Color convert

RGB204162138-
CMYK00.210.320.2
HSL21.82º39.29%67.06%-
HSV(B)21.82º32.35%80%-
XYZ42.4140.5129.63-
YUV171.82108.91150.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=40.48%
G=32.14%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416213800.210.320.221.8239.2967.06
HexCCA28A0152014162743
Octal31424221202540242647103
Binary11001100101000101000101001010110000010100101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA28A; }

 p { color: rgb(204,162,138); }

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

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

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

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

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

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

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