Html Css Color HEX #C25246 Sunset

📋 copy color: '#C25246'

red 194 ◦ green 82 ◦ blue 70

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

Shades of Sunset #C25246

Tints of Sunset #C25246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 56.07%
G = 23.7%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C25246 (or 0xC25246) is known color: Sunset. HEX triplet: C2, 52 and 46. RGB value is (194,82,70). Sum of RGB (Red+Green+Blue) = 194+82+70=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C25246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25246 is #3DADB9. Grayscale: #727272. Windows color (decimal): -4042170 or 4608706. OLE color: 4608706.

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

Color convert

RGB 194 82 70 -
CMYK 0 0.58 0.64 0.24
HSL 5.81º 0.5% 0.52% -
HSV(B) 5.81º 0.64% 0.76% -
XYZ 26.37 17.95 7.87 -
YUV 114.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 194 82 70 0 0.58 0.64 0.24 5.81 0.5 0.52
Hex C2 52 46 0 3A 40 18 6 32 34
Octal 302 122 106 0 72 100 30 6 62 64
Binary 11000010 1010010 1000110 0 111010 1000000 11000 110 110010 110100

Color Harmonies of #C25246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25246

Black with #C25246

Text Example


Text Example

White with #C25246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25246; }

 p { color: rgb(194,82,70); }

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

background-color css

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

 a { background-color: rgb(194,82,70); }

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

border-color css

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

 span { border-color: rgb(194,82,70); }

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