Html Css Color HEX #C75E50 Sunglo

📋 copy color: '#C75E50'

red 199 ◦ green 94 ◦ blue 80

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

Shades of Sunglo #C75E50

Tints of Sunglo #C75E50

RGB

 RED value IS 199 (78.13% from 255) = 53.35%

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

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 53.35%
G = 25.2%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C75E50 (or 0xC75E50) is known color: Sunglo. HEX triplet: C7, 5E and 50. RGB value is (199,94,80). Sum of RGB (Red+Green+Blue) = 199+94+80=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E50 is #38A1AF. Grayscale: #7B7B7B. Windows color (decimal): -3711408 or 5267143. OLE color: 5267143.

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

Color convert

RGB 199 94 80 -
CMYK 0 0.53 0.60 0.22
HSL 7.06º 0.52% 0.55% -
HSV(B) 7.06º 0.6% 0.78% -
XYZ 29 20.73 10.06 -
YUV 123.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 199 94 80 0 0.53 0.60 0.22 7.06 0.52 0.55
Hex C7 5E 50 0 35 3C 16 7 34 37
Octal 307 136 120 0 65 74 26 7 64 67
Binary 11000111 1011110 1010000 0 110101 111100 10110 111 110100 110111

Color Harmonies of #C75E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E50

Black with #C75E50

Text Example


Text Example

White with #C75E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E50; }

 p { color: rgb(199,94,80); }

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

background-color css

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

 a { background-color: rgb(199,94,80); }

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

border-color css

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

 span { border-color: rgb(199,94,80); }

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