#CC5C53

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

Shades of Sunglo #CC5C53

Tints of Sunglo #CC5C53

Color information

#CC5C53 (or 0xCC5C53) is unknown color: approx Sunglo. HEX triplet: CC, 5C and 53. RGB value is (204,92,83). Sum of RGB (Red+Green+Blue) = 204+92+83=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C53 is #33A3AC. Grayscale: #7C7C7C. Windows color (decimal): -3384237 or 5463244. OLE color: 5463244.

HSL color Cylindrical-coordinate representation of color #CC5C53: hue angle of 4.46º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5C53 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB2049283-
CMYK00.550.590.2
HSL4.46º54.26%56.27%-
HSV(B)4.46º59.31%80%-
XYZ30.2921.1210.66-
YUV124.46104.61184.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.83%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=53.83%
G=24.27%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204928300.550.590.24.4654.2656.27
HexCC5C530373B1443638
Octal314134123067732446670
Binary1100110010111001010011011011111101110100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5C53; }

 p { color: rgb(204,92,83); }

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

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

 a { background-color: rgb(204,92,83); }

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

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

 span { border-color: rgb(204,92,83); }

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