Html Css Color HEX #C35D50 Sunglo

📋 copy color: '#C35D50'

red 195 ◦ green 93 ◦ blue 80

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

Shades of Sunglo #C35D50

Tints of Sunglo #C35D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.27%

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

R = 52.99%
G = 25.27%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C35D50 (or 0xC35D50) is known color: Sunglo. HEX triplet: C3, 5D and 50. RGB value is (195,93,80). Sum of RGB (Red+Green+Blue) = 195+93+80=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D50 is #3CA2AF. Grayscale: #7A7A7A. Windows color (decimal): -3973808 or 5266883. OLE color: 5266883.

HSL color Cylindrical-coordinate representation of color #C35D50: hue angle of 6.78º 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 #C35D50 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 93 80 -
CMYK 0 0.52 0.59 0.24
HSL 6.78º 0.49% 0.54% -
HSV(B) 6.78º 0.59% 0.76% -
XYZ 27.87 20.01 9.98 -
YUV 122.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 195 93 80 0 0.52 0.59 0.24 6.78 0.49 0.54
Hex C3 5D 50 0 34 3B 18 7 31 36
Octal 303 135 120 0 64 73 30 7 61 66
Binary 11000011 1011101 1010000 0 110100 111011 11000 111 110001 110110

Color Harmonies of #C35D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D50

Black with #C35D50

Text Example


Text Example

White with #C35D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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