Html Css Color HEX #C35241 Sunset

📋 copy color: '#C35241'

red 195 ◦ green 82 ◦ blue 65

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

Shades of Sunset #C35241

Tints of Sunset #C35241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 57.02%
G = 23.98%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C35241 (or 0xC35241) is known color: Sunset. HEX triplet: C3, 52 and 41. RGB value is (195,82,65). Sum of RGB (Red+Green+Blue) = 195+82+65=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C35241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35241 is #3CADBE. Grayscale: #727272. Windows color (decimal): -3976639 or 4281027. OLE color: 4281027.

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

Color convert

RGB 195 82 65 -
CMYK 0 0.58 0.67 0.24
HSL 7.85º 0.52% 0.51% -
HSV(B) 7.85º 0.67% 0.76% -
XYZ 26.48 18.02 7.08 -
YUV 113.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 195 82 65 0 0.58 0.67 0.24 7.85 0.52 0.51
Hex C3 52 41 0 3A 43 18 8 34 33
Octal 303 122 101 0 72 103 30 10 64 63
Binary 11000011 1010010 1000001 0 111010 1000011 11000 1000 110100 110011

Color Harmonies of #C35241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35241

Black with #C35241

Text Example


Text Example

White with #C35241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35241; }

 p { color: rgb(195,82,65); }

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

background-color css

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

 a { background-color: rgb(195,82,65); }

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

border-color css

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

 span { border-color: rgb(195,82,65); }

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