Html Css Color HEX #C35545 Sunset

📋 copy color: '#C35545'

red 195 ◦ green 85 ◦ blue 69

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

Shades of Sunset #C35545

Tints of Sunset #C35545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 55.87%
G = 24.36%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C35545 (or 0xC35545) is known color: Sunset. HEX triplet: C3, 55 and 45. RGB value is (195,85,69). Sum of RGB (Red+Green+Blue) = 195+85+69=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C35545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35545 is #3CAABA. Grayscale: #747474. Windows color (decimal): -3975867 or 4543939. OLE color: 4543939.

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

Color convert

RGB 195 85 69 -
CMYK 0 0.56 0.65 0.24
HSL 7.62º 0.51% 0.52% -
HSV(B) 7.62º 0.65% 0.76% -
XYZ 26.83 18.53 7.79 -
YUV 116.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 195 85 69 0 0.56 0.65 0.24 7.62 0.51 0.52
Hex C3 55 45 0 38 41 18 8 33 34
Octal 303 125 105 0 70 101 30 10 63 64
Binary 11000011 1010101 1000101 0 111000 1000001 11000 1000 110011 110100

Color Harmonies of #C35545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35545

Black with #C35545

Text Example


Text Example

White with #C35545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35545; }

 p { color: rgb(195,85,69); }

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

background-color css

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

 a { background-color: rgb(195,85,69); }

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

border-color css

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

 span { border-color: rgb(195,85,69); }

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