Html Css Color HEX #C75B50 Sunglo

📋 copy color: '#C75B50'

red 199 ◦ green 91 ◦ blue 80

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

Shades of Sunglo #C75B50

Tints of Sunglo #C75B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 53.78%
G = 24.59%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C75B50 (or 0xC75B50) is known color: Sunglo. HEX triplet: C7, 5B and 50. RGB value is (199,91,80). Sum of RGB (Red+Green+Blue) = 199+91+80=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B50 is #38A4AF. Grayscale: #7A7A7A. Windows color (decimal): -3712176 or 5266375. OLE color: 5266375.

HSL color Cylindrical-coordinate representation of color #C75B50: hue angle of 5.55º 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 #C75B50 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 91 80 -
CMYK 0 0.54 0.60 0.22
HSL 5.55º 0.52% 0.55% -
HSV(B) 5.55º 0.6% 0.78% -
XYZ 28.74 20.2 9.97 -
YUV 122.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 199 91 80 0 0.54 0.60 0.22 5.55 0.52 0.55
Hex C7 5B 50 0 36 3C 16 6 34 37
Octal 307 133 120 0 66 74 26 6 64 67
Binary 11000111 1011011 1010000 0 110110 111100 10110 110 110100 110111

Color Harmonies of #C75B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75B50

Black with #C75B50

Text Example


Text Example

White with #C75B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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