#CC6357

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

Shades of Sunglo #CC6357

Tints of Sunglo #CC6357

Color information

#CC6357 (or 0xCC6357) is unknown color: approx Sunglo. HEX triplet: CC, 63 and 57. RGB value is (204,99,87). Sum of RGB (Red+Green+Blue) = 204+99+87=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6357 is #339CA8. Grayscale: #818181. Windows color (decimal): -3382441 or 5727180. OLE color: 5727180.

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

Color convert

RGB2049987-
CMYK00.510.570.2
HSL6.15º53.42%57.06%-
HSV(B)6.15º57.35%80%-
XYZ31.0822.4511.71-
YUV129.03104.29181.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.31%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=52.31%
G=25.38%
B=22.31%

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
Decimal204998700.510.570.26.1553.4257.06
HexCC6357033391463539
Octal314143127063712466571
Binary1100110011000111010111011001111100110100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6357; }

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

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

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

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

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

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

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

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