Html Css Color HEX #C25048 Sunset

📋 copy color: '#C25048'

red 194 ◦ green 80 ◦ blue 72

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

Shades of Sunset #C25048

Tints of Sunset #C25048

RGB

 RED value IS 194 (76.17% from 255) = 56.07%

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

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

R = 56.07%
G = 23.12%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C25048 (or 0xC25048) is known color: Sunset. HEX triplet: C2, 50 and 48. RGB value is (194,80,72). Sum of RGB (Red+Green+Blue) = 194+80+72=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C25048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25048 is #3DAFB7. Grayscale: #717171. Windows color (decimal): -4042680 or 4739266. OLE color: 4739266.

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

Color convert

RGB 194 80 72 -
CMYK 0 0.59 0.63 0.24
HSL 3.93º 0.5% 0.52% -
HSV(B) 3.93º 0.63% 0.76% -
XYZ 26.29 17.67 8.16 -
YUV 113.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 194 80 72 0 0.59 0.63 0.24 3.93 0.5 0.52
Hex C2 50 48 0 3B 3F 18 4 32 34
Octal 302 120 110 0 73 77 30 4 62 64
Binary 11000010 1010000 1001000 0 111011 111111 11000 100 110010 110100

Color Harmonies of #C25048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25048

Black with #C25048

Text Example


Text Example

White with #C25048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25048; }

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

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

background-color css

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

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

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

border-color css

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

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

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