Html Css Color HEX #C43A60 Old Rose

📋 copy color: '#C43A60'

red 196 ◦ green 58 ◦ blue 96

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

Shades of Old Rose #C43A60

Tints of Old Rose #C43A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 56%
G = 16.57%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C43A60 (or 0xC43A60) is known color: Old Rose. HEX triplet: C4, 3A and 60. RGB value is (196,58,96). Sum of RGB (Red+Green+Blue) = 196+58+96=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A60 is #3BC59F. Grayscale: #676767. Windows color (decimal): -3917216 or 6306500. OLE color: 6306500.

HSL color Cylindrical-coordinate representation of color #C43A60: hue angle of 343.48º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A60 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 96 -
CMYK 0 0.70 0.51 0.23
HSL 343.48º 0.54% 0.5% -
HSV(B) 343.48º 0.7% 0.77% -
XYZ 26.39 15.61 12.69 -
YUV 103.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 196 58 96 0 0.70 0.51 0.23 343.48 0.54 0.5
Hex C4 3A 60 0 46 33 17 157 36 32
Octal 304 72 140 0 106 63 27 527 66 62
Binary 11000100 111010 1100000 0 1000110 110011 10111 101010111 110110 110010

Color Harmonies of #C43A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A60

Black with #C43A60

Text Example


Text Example

White with #C43A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A60; }

 p { color: rgb(196,58,96); }

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

background-color css

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

 a { background-color: rgb(196,58,96); }

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

border-color css

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

 span { border-color: rgb(196,58,96); }

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