Html Css Color HEX #C25146 Sunset

📋 copy color: '#C25146'

red 194 ◦ green 81 ◦ blue 70

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

Shades of Sunset #C25146

Tints of Sunset #C25146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

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

R = 56.23%
G = 23.48%
B = 20.29%

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

#C25146 (or 0xC25146) is known color: Sunset. HEX triplet: C2, 51 and 46. RGB value is (194,81,70). Sum of RGB (Red+Green+Blue) = 194+81+70=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25146 is #3DAEB9. Grayscale: #717171. Windows color (decimal): -4042426 or 4608450. OLE color: 4608450.

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

Color convert

RGB 194 81 70 -
CMYK 0 0.58 0.64 0.24
HSL 5.32º 0.5% 0.52% -
HSV(B) 5.32º 0.64% 0.76% -
XYZ 26.3 17.8 7.84 -
YUV 113.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 194 81 70 0 0.58 0.64 0.24 5.32 0.5 0.52
Hex C2 51 46 0 3A 40 18 5 32 34
Octal 302 121 106 0 72 100 30 5 62 64
Binary 11000010 1010001 1000110 0 111010 1000000 11000 101 110010 110100

Color Harmonies of #C25146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25146

Black with #C25146

Text Example


Text Example

White with #C25146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25146; }

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

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

background-color css

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

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

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

border-color css

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

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

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