#CCA38B

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

Shades of Cameo #CCA38B

Tints of Cameo #CCA38B

Color information

#CCA38B (or 0xCCA38B) is unknown color: approx Cameo. HEX triplet: CC, A3 and 8B. RGB value is (204,163,139). Sum of RGB (Red+Green+Blue) = 204+163+139=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA38B is #335C74. Grayscale: #ACACAC. Windows color (decimal): -3366005 or 9151436. OLE color: 9151436.

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

Color convert

RGB204163139-
CMYK00.200.320.2
HSL22.15º38.92%67.25%-
HSV(B)22.15º31.86%80%-
XYZ42.6640.930.07-
YUV172.52109.08150.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=40.32%
G=32.21%
B=27.47%

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
Decimal20416313900.200.320.222.1538.9267.25
HexCCA38B0142014162743
Octal31424321302440242647103
Binary11001100101000111000101101010010000010100101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA38B; }

 p { color: rgb(204,163,139); }

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

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

 a { background-color: rgb(204,163,139); }

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

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

 span { border-color: rgb(204,163,139); }

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