#CC6358

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

Shades of Sunglo #CC6358

Tints of Sunglo #CC6358

Color information

#CC6358 (or 0xCC6358) is unknown color: approx Sunglo. HEX triplet: CC, 63 and 58. RGB value is (204,99,88). Sum of RGB (Red+Green+Blue) = 204+99+88=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6358 is #339CA7. Grayscale: #818181. Windows color (decimal): -3382440 or 5792716. OLE color: 5792716.

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

Color convert

RGB2049988-
CMYK00.510.570.2
HSL5.69º53.21%57.25%-
HSV(B)5.69º56.86%80%-
XYZ31.1322.4711.93-
YUV129.14104.79181.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=52.17%
G=25.32%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204998800.510.570.25.6953.2157.25
HexCC6358033391463539
Octal314143130063712466571
Binary1100110011000111011000011001111100110100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6358; }

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

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

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

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

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

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

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

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