Html Css Color HEX #C43D52 Old Rose

📋 copy color: '#C43D52'

red 196 ◦ green 61 ◦ blue 82

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

Shades of Old Rose #C43D52

Tints of Old Rose #C43D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 57.82%
G = 17.99%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43D52 (or 0xC43D52) is known color: Old Rose. HEX triplet: C4, 3D and 52. RGB value is (196,61,82). Sum of RGB (Red+Green+Blue) = 196+61+82=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D52 is #3BC2AD. Grayscale: #676767. Windows color (decimal): -3916462 or 5389764. OLE color: 5389764.

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

Color convert

RGB 196 61 82 -
CMYK 0 0.69 0.58 0.23
HSL 350.67º 0.53% 0.5% -
HSV(B) 350.67º 0.69% 0.77% -
XYZ 25.96 15.68 9.64 -
YUV 103.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 196 61 82 0 0.69 0.58 0.23 350.67 0.53 0.5
Hex C4 3D 52 0 45 3A 17 15F 35 32
Octal 304 75 122 0 105 72 27 537 65 62
Binary 11000100 111101 1010010 0 1000101 111010 10111 101011111 110101 110010

Color Harmonies of #C43D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D52

Black with #C43D52

Text Example


Text Example

White with #C43D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D52; }

 p { color: rgb(196,61,82); }

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

background-color css

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

 a { background-color: rgb(196,61,82); }

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

border-color css

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

 span { border-color: rgb(196,61,82); }

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