Html Css Color HEX #C25044 Sunset

📋 copy color: '#C25044'

red 194 ◦ green 80 ◦ blue 68

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

Shades of Sunset #C25044

Tints of Sunset #C25044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 56.73%
G = 23.39%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C25044 (or 0xC25044) is known color: Sunset. HEX triplet: C2, 50 and 44. RGB value is (194,80,68). Sum of RGB (Red+Green+Blue) = 194+80+68=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C25044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25044 is #3DAFBB. Grayscale: #707070. Windows color (decimal): -4042684 or 4477122. OLE color: 4477122.

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

Color convert

RGB 194 80 68 -
CMYK 0 0.59 0.65 0.24
HSL 5.71º 0.51% 0.51% -
HSV(B) 5.71º 0.65% 0.76% -
XYZ 26.16 17.62 7.49 -
YUV 112.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 194 80 68 0 0.59 0.65 0.24 5.71 0.51 0.51
Hex C2 50 44 0 3B 41 18 6 33 33
Octal 302 120 104 0 73 101 30 6 63 63
Binary 11000010 1010000 1000100 0 111011 1000001 11000 110 110011 110011

Color Harmonies of #C25044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25044

Black with #C25044

Text Example


Text Example

White with #C25044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25044; }

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

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

background-color css

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

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

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

border-color css

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

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

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