Html Css Color HEX #C43557 Old Rose

📋 copy color: '#C43557'

red 196 ◦ green 53 ◦ blue 87

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

Shades of Old Rose #C43557

Tints of Old Rose #C43557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 58.33%
G = 15.77%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C43557 (or 0xC43557) is known color: Old Rose. HEX triplet: C4, 35 and 57. RGB value is (196,53,87). Sum of RGB (Red+Green+Blue) = 196+53+87=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C43557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43557 is #3BCAA8. Grayscale: #636363. Windows color (decimal): -3918505 or 5715396. OLE color: 5715396.

HSL color Cylindrical-coordinate representation of color #C43557: hue angle of 345.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43557 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 53 87 -
CMYK 0 0.73 0.56 0.23
HSL 345.73º 0.57% 0.49% -
HSV(B) 345.73º 0.73% 0.77% -
XYZ 25.76 14.97 10.55 -
YUV 99.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 196 53 87 0 0.73 0.56 0.23 345.73 0.57 0.49
Hex C4 35 57 0 49 38 17 15A 39 31
Octal 304 65 127 0 111 70 27 532 71 61
Binary 11000100 110101 1010111 0 1001001 111000 10111 101011010 111001 110001

Color Harmonies of #C43557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43557

Black with #C43557

Text Example


Text Example

White with #C43557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43557; }

 p { color: rgb(196,53,87); }

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

background-color css

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

 a { background-color: rgb(196,53,87); }

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

border-color css

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

 span { border-color: rgb(196,53,87); }

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