Html Css Color HEX #C35F50 Sunglo

📋 copy color: '#C35F50'

red 195 ◦ green 95 ◦ blue 80

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

Shades of Sunglo #C35F50

Tints of Sunglo #C35F50

RGB

 RED value IS 195 (76.56% from 255) = 52.7%

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

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

R = 52.7%
G = 25.68%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C35F50 (or 0xC35F50) is known color: Sunglo. HEX triplet: C3, 5F and 50. RGB value is (195,95,80). Sum of RGB (Red+Green+Blue) = 195+95+80=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F50 is #3CA0AF. Grayscale: #7B7B7B. Windows color (decimal): -3973296 or 5267395. OLE color: 5267395.

HSL color Cylindrical-coordinate representation of color #C35F50: hue angle of 7.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35F50 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 80 -
CMYK 0 0.51 0.59 0.24
HSL 7.83º 0.49% 0.54% -
HSV(B) 7.83º 0.59% 0.76% -
XYZ 28.05 20.37 10.04 -
YUV 123.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 195 95 80 0 0.51 0.59 0.24 7.83 0.49 0.54
Hex C3 5F 50 0 33 3B 18 8 31 36
Octal 303 137 120 0 63 73 30 10 61 66
Binary 11000011 1011111 1010000 0 110011 111011 11000 1000 110001 110110

Color Harmonies of #C35F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F50

Black with #C35F50

Text Example


Text Example

White with #C35F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F50; }

 p { color: rgb(195,95,80); }

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

background-color css

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

 a { background-color: rgb(195,95,80); }

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

border-color css

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

 span { border-color: rgb(195,95,80); }

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