Html Css Color HEX #C25043 Sunset

📋 copy color: '#C25043'

red 194 ◦ green 80 ◦ blue 67

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

Shades of Sunset #C25043

Tints of Sunset #C25043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 56.89%
G = 23.46%
B = 19.65%

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

#C25043 (or 0xC25043) is known color: Sunset. HEX triplet: C2, 50 and 43. RGB value is (194,80,67). Sum of RGB (Red+Green+Blue) = 194+80+67=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C25043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25043 is #3DAFBC. Grayscale: #707070. Windows color (decimal): -4042685 or 4411586. OLE color: 4411586.

HSL color Cylindrical-coordinate representation of color #C25043: hue angle of 6.14º 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 #C25043 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 67 -
CMYK 0 0.59 0.65 0.24
HSL 6.14º 0.51% 0.51% -
HSV(B) 6.14º 0.65% 0.76% -
XYZ 26.13 17.61 7.33 -
YUV 112.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 194 80 67 0 0.59 0.65 0.24 6.14 0.51 0.51
Hex C2 50 43 0 3B 41 18 6 33 33
Octal 302 120 103 0 73 101 30 6 63 63
Binary 11000010 1010000 1000011 0 111011 1000001 11000 110 110011 110011

Color Harmonies of #C25043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25043

Black with #C25043

Text Example


Text Example

White with #C25043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25043; }

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

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

background-color css

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

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

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

border-color css

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

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

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