Html Css Color HEX #C35146 Sunset

📋 copy color: '#C35146'

red 195 ◦ green 81 ◦ blue 70

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

Shades of Sunset #C35146

Tints of Sunset #C35146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 56.36%
G = 23.41%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C35146 (or 0xC35146) is known color: Sunset. HEX triplet: C3, 51 and 46. RGB value is (195,81,70). Sum of RGB (Red+Green+Blue) = 195+81+70=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C35146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35146 is #3CAEB9. Grayscale: #717171. Windows color (decimal): -3976890 or 4608451. OLE color: 4608451.

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

Color convert

RGB 195 81 70 -
CMYK 0 0.58 0.64 0.24
HSL 5.28º 0.51% 0.52% -
HSV(B) 5.28º 0.64% 0.76% -
XYZ 26.55 17.93 7.86 -
YUV 113.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 195 81 70 0 0.58 0.64 0.24 5.28 0.51 0.52
Hex C3 51 46 0 3A 40 18 5 33 34
Octal 303 121 106 0 72 100 30 5 63 64
Binary 11000011 1010001 1000110 0 111010 1000000 11000 101 110011 110100

Color Harmonies of #C35146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35146

Black with #C35146

Text Example


Text Example

White with #C35146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35146; }

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

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

background-color css

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

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

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

border-color css

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

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

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