#C06455

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

Shades of Sunglo #C06455

Tints of Sunglo #C06455

Color information

#C06455 (or 0xC06455) is unknown color: approx Sunglo. HEX triplet: C0, 64 and 55. RGB value is (192,100,85). Sum of RGB (Red+Green+Blue) = 192+100+85=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C06455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06455 is #3F9BAA. Grayscale: #7D7D7D. Windows color (decimal): -4168619 or 5596352. OLE color: 5596352.

HSL color Cylindrical-coordinate representation of color #C06455: hue angle of 8.41º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06455 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19210085-
CMYK00.480.560.25
HSL8.41º45.92%54.31%-
HSV(B)8.41º55.73%75.29%-
XYZ27.9420.9811.17-
YUV125.8104.98175.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=50.93%
G=26.53%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921008500.480.560.258.4145.9254.31
HexC06455030381982e36
Octal3001441250607031105666
Binary11000000110010010101010110000111000110011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06455; }

 p { color: rgb(192,100,85); }

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

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

 a { background-color: rgb(192,100,85); }

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

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

 span { border-color: rgb(192,100,85); }

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