Html Css Color HEX #C95F51 Sunglo

📋 copy color: '#C95F51'

red 201 ◦ green 95 ◦ blue 81

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

Shades of Sunglo #C95F51

Tints of Sunglo #C95F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 53.32%
G = 25.2%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C95F51 (or 0xC95F51) is known color: Sunglo. HEX triplet: C9, 5F and 51. RGB value is (201,95,81). Sum of RGB (Red+Green+Blue) = 201+95+81=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F51 is #36A0AE. Grayscale: #7D7D7D. Windows color (decimal): -3580079 or 5332937. OLE color: 5332937.

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

Color convert

RGB 201 95 81 -
CMYK 0 0.53 0.60 0.21
HSL 0.53% 0.55% -
HSV(B) 0.6% 0.79% -
XYZ 29.66 21.2 10.31 -
YUV 125.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 201 95 81 0 0.53 0.60 0.21 7 0.53 0.55
Hex C9 5F 51 0 35 3C 15 7 35 37
Octal 311 137 121 0 65 74 25 7 65 67
Binary 11001001 1011111 1010001 0 110101 111100 10101 111 110101 110111

Color Harmonies of #C95F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F51

Black with #C95F51

Text Example


Text Example

White with #C95F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F51; }

 p { color: rgb(201,95,81); }

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

background-color css

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

 a { background-color: rgb(201,95,81); }

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

border-color css

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

 span { border-color: rgb(201,95,81); }

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