#CCA383

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

Shades of Cameo #CCA383

Tints of Cameo #CCA383

Color information

#CCA383 (or 0xCCA383) is unknown color: approx Cameo. HEX triplet: CC, A3 and 83. RGB value is (204,163,131). Sum of RGB (Red+Green+Blue) = 204+163+131=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA383 is #335C7C. Grayscale: #ABABAB. Windows color (decimal): -3366013 or 8627148. OLE color: 8627148.

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

Color convert

RGB204163131-
CMYK00.200.360.2
HSL26.3º41.71%65.69%-
HSV(B)26.3º35.78%80%-
XYZ42.140.6727.1-
YUV171.61105.08151.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=40.96%
G=32.73%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416313100.200.360.226.341.7165.69
HexCCA38301424141a2a42
Octal31424320302444243252102
Binary11001100101000111000001101010010010010100110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA383; }

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

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

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

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

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

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

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

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