#CCA18A

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

Shades of Cameo #CCA18A

Tints of Cameo #CCA18A

Color information

#CCA18A (or 0xCCA18A) is unknown color: approx Cameo. HEX triplet: CC, A1 and 8A. RGB value is (204,161,138). Sum of RGB (Red+Green+Blue) = 204+161+138=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA18A is #335E75. Grayscale: #ABABAB. Windows color (decimal): -3366518 or 9085388. OLE color: 9085388.

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

Color convert

RGB204161138-
CMYK00.210.320.2
HSL20.91º39.29%67.06%-
HSV(B)20.91º32.35%80%-
XYZ42.2340.1629.57-
YUV171.24109.25151.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=40.56%
G=32.01%
B=27.44%

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
Decimal20416113800.210.320.220.9139.2967.06
HexCCA18A0152014152743
Octal31424121202540242547103
Binary11001100101000011000101001010110000010100101011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA18A; }

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

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

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

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

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

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

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

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