Html Css Color HEX #C42551 Old Rose

📋 copy color: '#C42551'

red 196 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #C42551

Tints of Old Rose #C42551

RGB

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

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

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

R = 62.42%
G = 11.78%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C42551 (or 0xC42551) is known color: Old Rose. HEX triplet: C4, 25 and 51. RGB value is (196,37,81). Sum of RGB (Red+Green+Blue) = 196+37+81=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C42551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42551 is #3BDAAE. Grayscale: #595959. Windows color (decimal): -3922607 or 5318084. OLE color: 5318084.

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

Color convert

RGB 196 37 81 -
CMYK 0 0.81 0.59 0.23
HSL 343.4º 0.68% 0.46% -
HSV(B) 343.4º 0.81% 0.77% -
XYZ 24.91 13.65 9.11 -
YUV 89.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 196 37 81 0 0.81 0.59 0.23 343.4 0.68 0.46
Hex C4 25 51 0 51 3B 17 157 44 2E
Octal 304 45 121 0 121 73 27 527 104 56
Binary 11000100 100101 1010001 0 1010001 111011 10111 101010111 1000100 101110

Color Harmonies of #C42551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42551

Black with #C42551

Text Example


Text Example

White with #C42551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42551; }

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

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

background-color css

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

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

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

border-color css

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

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

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