Html Css Color HEX #C95E58 Sunglo

📋 copy color: '#C95E58'

red 201 ◦ green 94 ◦ blue 88

#C95E58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #C95E58

Tints of Sunglo #C95E58

RGB

 RED value IS 201 (78.91% from 255) = 52.48%

 GREEN value IS 94 (37.11% from 255) = 24.54%

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 52.48%
G = 24.54%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C95E58 (or 0xC95E58) is known color: Sunglo. HEX triplet: C9, 5E and 58. RGB value is (201,94,88). Sum of RGB (Red+Green+Blue) = 201+94+88=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E58 is #36A1A7. Grayscale: #7D7D7D. Windows color (decimal): -3580328 or 5791433. OLE color: 5791433.

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

Color convert

RGB 201 94 88 -
CMYK 0 0.53 0.56 0.21
HSL 3.19º 0.51% 0.57% -
HSV(B) 3.19º 0.56% 0.79% -
XYZ 29.85 21.13 11.74 -
YUV 125.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 201 94 88 0 0.53 0.56 0.21 3.19 0.51 0.57
Hex C9 5E 58 0 35 38 15 3 33 39
Octal 311 136 130 0 65 70 25 3 63 71
Binary 11001001 1011110 1011000 0 110101 111000 10101 11 110011 111001

Color Harmonies of #C95E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E58

Black with #C95E58

Text Example


Text Example

White with #C95E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E58; }

 p { color: rgb(201,94,88); }

 H1.HeaderClassName
 {
   color: #C95E58;
 }
 .AnyTagClassName
 {
   color: #C95E58;
 }
</style>

background-color css

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

 a { background-color: rgb(201,94,88); }

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

border-color css

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

 span { border-color: rgb(201,94,88); }

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