Html Css Color HEX #C45046 Sunset

📋 copy color: '#C45046'

red 196 ◦ green 80 ◦ blue 70

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

Shades of Sunset #C45046

Tints of Sunset #C45046

RGB

 RED value IS 196 (76.95% from 255) = 56.65%

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

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

R = 56.65%
G = 23.12%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C45046 (or 0xC45046) is known color: Sunset. HEX triplet: C4, 50 and 46. RGB value is (196,80,70). Sum of RGB (Red+Green+Blue) = 196+80+70=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C45046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45046 is #3BAFB9. Grayscale: #717171. Windows color (decimal): -3911610 or 4608196. OLE color: 4608196.

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

Color convert

RGB 196 80 70 -
CMYK 0 0.59 0.64 0.23
HSL 4.76º 0.52% 0.52% -
HSV(B) 4.76º 0.64% 0.77% -
XYZ 26.74 17.92 7.84 -
YUV 113.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 196 80 70 0 0.59 0.64 0.23 4.76 0.52 0.52
Hex C4 50 46 0 3B 40 17 5 34 34
Octal 304 120 106 0 73 100 27 5 64 64
Binary 11000100 1010000 1000110 0 111011 1000000 10111 101 110100 110100

Color Harmonies of #C45046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45046

Black with #C45046

Text Example


Text Example

White with #C45046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45046; }

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

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

background-color css

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

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

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

border-color css

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

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

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