Html Css Color HEX #C43555 Old Rose

📋 copy color: '#C43555'

red 196 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #C43555

Tints of Old Rose #C43555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 58.68%
G = 15.87%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C43555 (or 0xC43555) is known color: Old Rose. HEX triplet: C4, 35 and 55. RGB value is (196,53,85). Sum of RGB (Red+Green+Blue) = 196+53+85=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C43555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43555 is #3BCAAA. Grayscale: #636363. Windows color (decimal): -3918507 or 5584324. OLE color: 5584324.

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

Color convert

RGB 196 53 85 -
CMYK 0 0.73 0.57 0.23
HSL 346.57º 0.57% 0.49% -
HSV(B) 346.57º 0.73% 0.77% -
XYZ 25.68 14.94 10.12 -
YUV 99.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 196 53 85 0 0.73 0.57 0.23 346.57 0.57 0.49
Hex C4 35 55 0 49 39 17 15B 39 31
Octal 304 65 125 0 111 71 27 533 71 61
Binary 11000100 110101 1010101 0 1001001 111001 10111 101011011 111001 110001

Color Harmonies of #C43555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43555

Black with #C43555

Text Example


Text Example

White with #C43555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43555; }

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

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

background-color css

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

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

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

border-color css

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

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

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