Html Css Color HEX #C45048 Sunset

📋 copy color: '#C45048'

red 196 ◦ green 80 ◦ blue 72

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

Shades of Sunset #C45048

Tints of Sunset #C45048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 56.32%
G = 22.99%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C45048 (or 0xC45048) is known color: Sunset. HEX triplet: C4, 50 and 48. RGB value is (196,80,72). Sum of RGB (Red+Green+Blue) = 196+80+72=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C45048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45048 is #3BAFB7. Grayscale: #717171. Windows color (decimal): -3911608 or 4739268. OLE color: 4739268.

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

Color convert

RGB 196 80 72 -
CMYK 0 0.59 0.63 0.23
HSL 3.87º 0.51% 0.53% -
HSV(B) 3.87º 0.63% 0.77% -
XYZ 26.8 17.94 8.18 -
YUV 113.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 196 80 72 0 0.59 0.63 0.23 3.87 0.51 0.53
Hex C4 50 48 0 3B 3F 17 4 33 35
Octal 304 120 110 0 73 77 27 4 63 65
Binary 11000100 1010000 1001000 0 111011 111111 10111 100 110011 110101

Color Harmonies of #C45048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45048

Black with #C45048

Text Example


Text Example

White with #C45048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45048; }

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

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

background-color css

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

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

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

border-color css

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

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

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