Html Css Color HEX #C35046 Sunset

📋 copy color: '#C35046'

red 195 ◦ green 80 ◦ blue 70

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

Shades of Sunset #C35046

Tints of Sunset #C35046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.19%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 56.52%
G = 23.19%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C35046 (or 0xC35046) is known color: Sunset. HEX triplet: C3, 50 and 46. RGB value is (195,80,70). Sum of RGB (Red+Green+Blue) = 195+80+70=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C35046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35046 is #3CAFB9. Grayscale: #717171. Windows color (decimal): -3977146 or 4608195. OLE color: 4608195.

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

Color convert

RGB 195 80 70 -
CMYK 0 0.59 0.64 0.24
HSL 4.8º 0.51% 0.52% -
HSV(B) 4.8º 0.64% 0.76% -
XYZ 26.48 17.78 7.83 -
YUV 113.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 195 80 70 0 0.59 0.64 0.24 4.8 0.51 0.52
Hex C3 50 46 0 3B 40 18 5 33 34
Octal 303 120 106 0 73 100 30 5 63 64
Binary 11000011 1010000 1000110 0 111011 1000000 11000 101 110011 110100

Color Harmonies of #C35046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35046

Black with #C35046

Text Example


Text Example

White with #C35046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35046; }

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

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

background-color css

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

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

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

border-color css

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

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

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