#C06553

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

Shades of Sunglo #C06553

Tints of Sunglo #C06553

Color information

#C06553 (or 0xC06553) is unknown color: approx Sunglo. HEX triplet: C0, 65 and 53. RGB value is (192,101,83). Sum of RGB (Red+Green+Blue) = 192+101+83=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06553 is #3F9AAC. Grayscale: #7E7E7E. Windows color (decimal): -4168365 or 5465536. OLE color: 5465536.

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

Color convert

RGB19210183-
CMYK00.470.570.25
HSL9.91º46.38%53.92%-
HSV(B)9.91º56.77%75.29%-
XYZ27.9521.1410.79-
YUV126.16103.65174.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=51.06%
G=26.86%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921018300.470.570.259.9146.3853.92
HexC0655302F3919a2e36
Octal3001451230577131125666
Binary11000000110010110100110101111111001110011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06553; }

 p { color: rgb(192,101,83); }

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

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

 a { background-color: rgb(192,101,83); }

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

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

 span { border-color: rgb(192,101,83); }

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