Html Css Color HEX #C42547 Old Rose

📋 copy color: '#C42547'

red 196 ◦ green 37 ◦ blue 71

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

Shades of Old Rose #C42547

Tints of Old Rose #C42547

RGB

 RED value IS 196 (76.95% from 255) = 64.47%

 GREEN value IS 37 (14.84% from 255) = 12.17%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 64.47%
G = 12.17%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42547 (or 0xC42547) is known color: Old Rose. HEX triplet: C4, 25 and 47. RGB value is (196,37,71). Sum of RGB (Red+Green+Blue) = 196+37+71=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C42547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42547 is #3BDAB8. Grayscale: #585858. Windows color (decimal): -3922617 or 4662724. OLE color: 4662724.

HSL color Cylindrical-coordinate representation of color #C42547: hue angle of 347.17º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42547 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 71 -
CMYK 0 0.81 0.64 0.23
HSL 347.17º 0.68% 0.46% -
HSV(B) 347.17º 0.81% 0.77% -
XYZ 24.56 13.51 7.28 -
YUV 88.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 196 37 71 0 0.81 0.64 0.23 347.17 0.68 0.46
Hex C4 25 47 0 51 40 17 15B 44 2E
Octal 304 45 107 0 121 100 27 533 104 56
Binary 11000100 100101 1000111 0 1010001 1000000 10111 101011011 1000100 101110

Color Harmonies of #C42547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42547

Black with #C42547

Text Example


Text Example

White with #C42547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42547; }

 p { color: rgb(196,37,71); }

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

background-color css

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

 a { background-color: rgb(196,37,71); }

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

border-color css

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

 span { border-color: rgb(196,37,71); }

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