#CCAB84

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

Shades of Cameo #CCAB84

Tints of Cameo #CCAB84

Color information

#CCAB84 (or 0xCCAB84) is unknown color: approx Cameo. HEX triplet: CC, AB and 84. RGB value is (204,171,132). Sum of RGB (Red+Green+Blue) = 204+171+132=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB84 is #33547B. Grayscale: #B0B0B0. Windows color (decimal): -3363964 or 8694732. OLE color: 8694732.

HSL color Cylindrical-coordinate representation of color #CCAB84: hue angle of 32.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCAB84 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204171132-
CMYK00.160.350.2
HSL32.5º41.38%65.88%-
HSV(B)32.5º35.29%80%-
XYZ43.6343.6327.95-
YUV176.42102.93147.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=40.24%
G=33.73%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417113200.160.350.232.541.3865.88
HexCCAB840102314212942
Octal31425320402043244151102
Binary110011001010101110000100010000100011101001000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB84; }

 p { color: rgb(204,171,132); }

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

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

 a { background-color: rgb(204,171,132); }

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

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

 span { border-color: rgb(204,171,132); }

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