#CC6558

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

Shades of Sunglo #CC6558

Tints of Sunglo #CC6558

Color information

#CC6558 (or 0xCC6558) is unknown color: approx Sunglo. HEX triplet: CC, 65 and 58. RGB value is (204,101,88). Sum of RGB (Red+Green+Blue) = 204+101+88=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6558 is #339AA7. Grayscale: #828282. Windows color (decimal): -3381928 or 5793228. OLE color: 5793228.

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

Color convert

RGB20410188-
CMYK00.500.570.2
HSL6.72º53.21%57.25%-
HSV(B)6.72º56.86%80%-
XYZ31.3222.8511.99-
YUV130.32104.12180.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=51.91%
G=25.70%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041018800.500.570.26.7253.2157.25
HexCC6558032391473539
Octal314145130062712476571
Binary1100110011001011011000011001011100110100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6558; }

 p { color: rgb(204,101,88); }

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

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

 a { background-color: rgb(204,101,88); }

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

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

 span { border-color: rgb(204,101,88); }

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