#CCA48A

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

Shades of Cameo #CCA48A

Tints of Cameo #CCA48A

Color information

#CCA48A (or 0xCCA48A) is unknown color: approx Cameo. HEX triplet: CC, A4 and 8A. RGB value is (204,164,138). Sum of RGB (Red+Green+Blue) = 204+164+138=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA48A is #335B75. Grayscale: #ADADAD. Windows color (decimal): -3365750 or 9086156. OLE color: 9086156.

HSL color Cylindrical-coordinate representation of color #CCA48A: hue angle of 23.64º 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 #CCA48A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204164138-
CMYK00.200.320.2
HSL23.64º39.29%67.06%-
HSV(B)23.64º32.35%80%-
XYZ42.7641.2229.75-
YUV173108.25150.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=40.32%
G=32.41%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416413800.200.320.223.6439.2967.06
HexCCA48A0142014182743
Octal31424421202440243047103
Binary11001100101001001000101001010010000010100110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA48A; }

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

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

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

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

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

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

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

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