#C9625B

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

Shades of Sunglo #C9625B

Tints of Sunglo #C9625B

Color information

#C9625B (or 0xC9625B) is unknown color: approx Sunglo. HEX triplet: C9, 62 and 5B. RGB value is (201,98,91). Sum of RGB (Red+Green+Blue) = 201+98+91=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9625B is #369DA4. Grayscale: #808080. Windows color (decimal): -3579301 or 5989065. OLE color: 5989065.

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

Color convert

RGB2019891-
CMYK00.510.550.21
HSL3.82º50.46%57.25%-
HSV(B)3.82º54.73%78.82%-
XYZ30.3421.9112.53-
YUV128107.12180.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=51.54%
G=25.13%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201989100.510.550.213.8250.4657.25
HexC9625B033371543239
Octal311142133063672546271
Binary1100100111000101011011011001111011110101100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9625B; }

 p { color: rgb(201,98,91); }

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

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

 a { background-color: rgb(201,98,91); }

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

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

 span { border-color: rgb(201,98,91); }

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