#CC6258

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

Shades of Sunglo #CC6258

Tints of Sunglo #CC6258

Color information

#CC6258 (or 0xCC6258) is unknown color: approx Sunglo. HEX triplet: CC, 62 and 58. RGB value is (204,98,88). Sum of RGB (Red+Green+Blue) = 204+98+88=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6258 is #339DA7. Grayscale: #808080. Windows color (decimal): -3382696 or 5792460. OLE color: 5792460.

HSL color Cylindrical-coordinate representation of color #CC6258: hue angle of 5.17º 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 #CC6258 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB2049888-
CMYK00.520.570.2
HSL5.17º53.21%57.25%-
HSV(B)5.17º56.86%80%-
XYZ31.0322.2811.9-
YUV128.55105.12181.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.31%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=52.31%
G=25.13%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204988800.520.570.25.1753.2157.25
HexCC6258034391453539
Octal314142130064712456571
Binary1100110011000101011000011010011100110100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6258; }

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

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

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

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

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

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

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

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