#C6625D

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

Shades of Sunglo #C6625D

Tints of Sunglo #C6625D

Color information

#C6625D (or 0xC6625D) is unknown color: approx Sunglo. HEX triplet: C6, 62 and 5D. RGB value is (198,98,93). Sum of RGB (Red+Green+Blue) = 198+98+93=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6625D is #399DA2. Grayscale: #7F7F7F. Windows color (decimal): -3775907 or 6120134. OLE color: 6120134.

HSL color Cylindrical-coordinate representation of color #C6625D: hue angle of 2.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6625D is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1989893-
CMYK00.510.530.22
HSL2.86º47.95%57.06%-
HSV(B)2.86º53.03%77.65%-
XYZ29.6321.5312.95-
YUV127.33108.63178.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 93 (36.72% from 255) = 23.91%
R=50.90%
G=25.19%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198989300.510.530.222.8647.9557.06
HexC6625D033351633039
Octal306142135063652636071
Binary110001101100010101110101100111101011011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6625D; }

 p { color: rgb(198,98,93); }

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

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

 a { background-color: rgb(198,98,93); }

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

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

 span { border-color: rgb(198,98,93); }

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