Html Css Color HEX #C43F53 Old Rose

📋 copy color: '#C43F53'

red 196 ◦ green 63 ◦ blue 83

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

Shades of Old Rose #C43F53

Tints of Old Rose #C43F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 57.31%
G = 18.42%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43F53 (or 0xC43F53) is known color: Old Rose. HEX triplet: C4, 3F and 53. RGB value is (196,63,83). Sum of RGB (Red+Green+Blue) = 196+63+83=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F53 is #3BC0AC. Grayscale: #696969. Windows color (decimal): -3915949 or 5455812. OLE color: 5455812.

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

Color convert

RGB 196 63 83 -
CMYK 0 0.68 0.58 0.23
HSL 350.98º 0.53% 0.51% -
HSV(B) 350.98º 0.68% 0.77% -
XYZ 26.1 15.92 9.88 -
YUV 105.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 196 63 83 0 0.68 0.58 0.23 350.98 0.53 0.51
Hex C4 3F 53 0 44 3A 17 15F 35 33
Octal 304 77 123 0 104 72 27 537 65 63
Binary 11000100 111111 1010011 0 1000100 111010 10111 101011111 110101 110011

Color Harmonies of #C43F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F53

Black with #C43F53

Text Example


Text Example

White with #C43F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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