#CCA375

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

Shades of Cameo #CCA375

Tints of Cameo #CCA375

Color information

#CCA375 (or 0xCCA375) is unknown color: approx Cameo. HEX triplet: CC, A3 and 75. RGB value is (204,163,117). Sum of RGB (Red+Green+Blue) = 204+163+117=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA375 is #335C8A. Grayscale: #AAAAAA. Windows color (decimal): -3366027 or 7709644. OLE color: 7709644.

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

Color convert

RGB204163117-
CMYK00.200.430.2
HSL31.72º46.03%62.94%-
HSV(B)31.72º42.65%80%-
XYZ41.2140.3222.44-
YUV170.0298.08152.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=42.15%
G=33.68%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416311700.200.430.231.7246.0362.94
HexCCA3750142B14202e3f
Octal3142431650245324405677
Binary1100110010100011111010101010010101110100100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA375; }

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

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

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

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

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

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

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

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