#CC5F4F

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

Shades of Sunglo #CC5F4F

Tints of Sunglo #CC5F4F

Color information

#CC5F4F (or 0xCC5F4F) is unknown color: approx Sunglo. HEX triplet: CC, 5F and 4F. RGB value is (204,95,79). Sum of RGB (Red+Green+Blue) = 204+95+79=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F4F is #33A0B0. Grayscale: #7D7D7D. Windows color (decimal): -3383473 or 5201868. OLE color: 5201868.

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

Color convert

RGB2049579-
CMYK00.530.610.2
HSL7.68º55.07%55.49%-
HSV(B)7.68º61.27%80%-
XYZ30.4121.599.96-
YUV125.77101.61183.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=53.97%
G=25.13%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204957900.530.610.27.6855.0755.49
HexCC5F4F0353D1483737
Octal3141371170657524106767
Binary11001100101111110011110110101111101101001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F4F; }

 p { color: rgb(204,95,79); }

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

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

 a { background-color: rgb(204,95,79); }

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

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

 span { border-color: rgb(204,95,79); }

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