Html Css Color HEX #C43C51 Old Rose

📋 copy color: '#C43C51'

red 196 ◦ green 60 ◦ blue 81

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

Shades of Old Rose #C43C51

Tints of Old Rose #C43C51

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

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

R = 58.16%
G = 17.8%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C43C51 (or 0xC43C51) is known color: Old Rose. HEX triplet: C4, 3C and 51. RGB value is (196,60,81). Sum of RGB (Red+Green+Blue) = 196+60+81=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43C51 is #3BC3AE. Grayscale: #676767. Windows color (decimal): -3916719 or 5323972. OLE color: 5323972.

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

Color convert

RGB 196 60 81 -
CMYK 0 0.69 0.59 0.23
HSL 350.74º 0.54% 0.5% -
HSV(B) 350.74º 0.69% 0.77% -
XYZ 25.87 15.56 9.42 -
YUV 103.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 196 60 81 0 0.69 0.59 0.23 350.74 0.54 0.5
Hex C4 3C 51 0 45 3B 17 15F 36 32
Octal 304 74 121 0 105 73 27 537 66 62
Binary 11000100 111100 1010001 0 1000101 111011 10111 101011111 110110 110010

Color Harmonies of #C43C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C51

Black with #C43C51

Text Example


Text Example

White with #C43C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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