#C0625C

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

Shades of Sunglo #C0625C

Tints of Sunglo #C0625C

Color information

#C0625C (or 0xC0625C) is unknown color: approx Sunglo. HEX triplet: C0, 62 and 5C. RGB value is (192,98,92). Sum of RGB (Red+Green+Blue) = 192+98+92=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0625C is #3F9DA3. Grayscale: #7D7D7D. Windows color (decimal): -4169124 or 6054592. OLE color: 6054592.

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

Color convert

RGB1929892-
CMYK00.490.520.25
HSL3.6º44.25%55.69%-
HSV(B)3.6º52.08%75.29%-
XYZ28.0420.7112.65-
YUV125.42109.14175.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=50.26%
G=25.65%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192989200.490.520.253.644.2555.69
HexC0625C031341942c38
Octal300142134061643145470
Binary1100000011000101011100011000111010011001100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0625C; }

 p { color: rgb(192,98,92); }

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

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

 a { background-color: rgb(192,98,92); }

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

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

 span { border-color: rgb(192,98,92); }

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