Html Css Color HEX #C43F51 Old Rose

📋 copy color: '#C43F51'

red 196 ◦ green 63 ◦ blue 81

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

Shades of Old Rose #C43F51

Tints of Old Rose #C43F51

RGB

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

 GREEN value IS 63 (25% from 255) = 18.53%

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

R = 57.65%
G = 18.53%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C43F51 (or 0xC43F51) is known color: Old Rose. HEX triplet: C4, 3F and 51. RGB value is (196,63,81). Sum of RGB (Red+Green+Blue) = 196+63+81=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F51 is #3BC0AE. Grayscale: #686868. Windows color (decimal): -3915951 or 5324740. OLE color: 5324740.

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

Color convert

RGB 196 63 81 -
CMYK 0 0.68 0.59 0.23
HSL 351.88º 0.53% 0.51% -
HSV(B) 351.88º 0.68% 0.77% -
XYZ 26.03 15.88 9.48 -
YUV 104.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 196 63 81 0 0.68 0.59 0.23 351.88 0.53 0.51
Hex C4 3F 51 0 44 3B 17 160 35 33
Octal 304 77 121 0 104 73 27 540 65 63
Binary 11000100 111111 1010001 0 1000100 111011 10111 101100000 110101 110011

Color Harmonies of #C43F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F51

Black with #C43F51

Text Example


Text Example

White with #C43F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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