#CCA27A

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

Shades of Cameo #CCA27A

Tints of Cameo #CCA27A

Color information

#CCA27A (or 0xCCA27A) is unknown color: approx Cameo. HEX triplet: CC, A2 and 7A. RGB value is (204,162,122). Sum of RGB (Red+Green+Blue) = 204+162+122=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA27A is #335D85. Grayscale: #AAAAAA. Windows color (decimal): -3366278 or 8037068. OLE color: 8037068.

HSL color Cylindrical-coordinate representation of color #CCA27A: hue angle of 29.27º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA27A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204162122-
CMYK00.210.400.2
HSL29.27º44.57%63.92%-
HSV(B)29.27º40.2%80%-
XYZ41.3440.0823.97-
YUV170100.91152.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 162 (63.67% from 255) = 33.20%
BLUE value IS 122 (48.05% from 255) = 25%
R=41.80%
G=33.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416212200.210.400.229.2744.5763.92
HexCCA27A01528141d2d40
Octal31424217202550243555100
Binary1100110010100010111101001010110100010100111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA27A; }

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

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

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

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

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

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

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

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