Html Css Color HEX #C42451 Old Rose

📋 copy color: '#C42451'

red 196 ◦ green 36 ◦ blue 81

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

Shades of Old Rose #C42451

Tints of Old Rose #C42451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 62.62%
G = 11.5%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C42451 (or 0xC42451) is known color: Old Rose. HEX triplet: C4, 24 and 51. RGB value is (196,36,81). Sum of RGB (Red+Green+Blue) = 196+36+81=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C42451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42451 is #3BDBAE. Grayscale: #585858. Windows color (decimal): -3922863 or 5317828. OLE color: 5317828.

HSL color Cylindrical-coordinate representation of color #C42451: hue angle of 343.12º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42451 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 36 81 -
CMYK 0 0.82 0.59 0.23
HSL 343.13º 0.69% 0.45% -
HSV(B) 343.13º 0.82% 0.77% -
XYZ 24.88 13.59 9.1 -
YUV 88.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 196 36 81 0 0.82 0.59 0.23 343.13 0.69 0.45
Hex C4 24 51 0 52 3B 17 157 45 2D
Octal 304 44 121 0 122 73 27 527 105 55
Binary 11000100 100100 1010001 0 1010010 111011 10111 101010111 1000101 101101

Color Harmonies of #C42451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42451

Black with #C42451

Text Example


Text Example

White with #C42451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42451; }

 p { color: rgb(196,36,81); }

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

background-color css

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

 a { background-color: rgb(196,36,81); }

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

border-color css

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

 span { border-color: rgb(196,36,81); }

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