#C8625C

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

Shades of Sunglo #C8625C

Tints of Sunglo #C8625C

Color information

#C8625C (or 0xC8625C) is unknown color: approx Sunglo. HEX triplet: C8, 62 and 5C. RGB value is (200,98,92). Sum of RGB (Red+Green+Blue) = 200+98+92=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8625C is #379DA3. Grayscale: #7F7F7F. Windows color (decimal): -3644836 or 6054600. OLE color: 6054600.

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

Color convert

RGB2009892-
CMYK00.510.540.22
HSL3.33º49.54%57.25%-
HSV(B)3.33º54%78.43%-
XYZ30.1221.7912.74-
YUV127.81107.79179.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=51.28%
G=25.13%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200989200.510.540.223.3349.5457.25
HexC8625C033361633239
Octal310142134063662636271
Binary110010001100010101110001100111101101011011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8625C; }

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

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

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

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

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

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

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

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