Html Css Color HEX #C45248 Sunset

📋 copy color: '#C45248'

red 196 ◦ green 82 ◦ blue 72

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

Shades of Sunset #C45248

Tints of Sunset #C45248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 56%
G = 23.43%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C45248 (or 0xC45248) is known color: Sunset. HEX triplet: C4, 52 and 48. RGB value is (196,82,72). Sum of RGB (Red+Green+Blue) = 196+82+72=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C45248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45248 is #3BADB7. Grayscale: #737373. Windows color (decimal): -3911096 or 4739780. OLE color: 4739780.

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

Color convert

RGB 196 82 72 -
CMYK 0 0.58 0.63 0.23
HSL 4.84º 0.51% 0.53% -
HSV(B) 4.84º 0.63% 0.77% -
XYZ 26.95 18.24 8.23 -
YUV 114.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 196 82 72 0 0.58 0.63 0.23 4.84 0.51 0.53
Hex C4 52 48 0 3A 3F 17 5 33 35
Octal 304 122 110 0 72 77 27 5 63 65
Binary 11000100 1010010 1001000 0 111010 111111 10111 101 110011 110101

Color Harmonies of #C45248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45248

Black with #C45248

Text Example


Text Example

White with #C45248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45248; }

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

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

background-color css

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

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

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

border-color css

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

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

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