Html Css Color HEX #C43553 Old Rose

📋 copy color: '#C43553'

red 196 ◦ green 53 ◦ blue 83

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

Shades of Old Rose #C43553

Tints of Old Rose #C43553

RGB

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

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

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

R = 59.04%
G = 15.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43553 (or 0xC43553) is known color: Old Rose. HEX triplet: C4, 35 and 53. RGB value is (196,53,83). Sum of RGB (Red+Green+Blue) = 196+53+83=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C43553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43553 is #3BCAAC. Grayscale: #636363. Windows color (decimal): -3918509 or 5453252. OLE color: 5453252.

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

Color convert

RGB 196 53 83 -
CMYK 0 0.73 0.58 0.23
HSL 347.41º 0.57% 0.49% -
HSV(B) 347.41º 0.73% 0.77% -
XYZ 25.6 14.91 9.71 -
YUV 99.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 196 53 83 0 0.73 0.58 0.23 347.41 0.57 0.49
Hex C4 35 53 0 49 3A 17 15B 39 31
Octal 304 65 123 0 111 72 27 533 71 61
Binary 11000100 110101 1010011 0 1001001 111010 10111 101011011 111001 110001

Color Harmonies of #C43553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43553

Black with #C43553

Text Example


Text Example

White with #C43553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43553; }

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

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

background-color css

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

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

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

border-color css

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

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

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