Html Css Color HEX #C43B60 Old Rose

📋 copy color: '#C43B60'

red 196 ◦ green 59 ◦ blue 96

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

Shades of Old Rose #C43B60

Tints of Old Rose #C43B60

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

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

R = 55.84%
G = 16.81%
B = 27.35%

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

#C43B60 (or 0xC43B60) is known color: Old Rose. HEX triplet: C4, 3B and 60. RGB value is (196,59,96). Sum of RGB (Red+Green+Blue) = 196+59+96=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B60 is #3BC49F. Grayscale: #686868. Windows color (decimal): -3916960 or 6306756. OLE color: 6306756.

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

Color convert

RGB 196 59 96 -
CMYK 0 0.70 0.51 0.23
HSL 343.8º 0.54% 0.5% -
HSV(B) 343.8º 0.7% 0.77% -
XYZ 26.44 15.71 12.7 -
YUV 104.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 196 59 96 0 0.70 0.51 0.23 343.8 0.54 0.5
Hex C4 3B 60 0 46 33 17 158 36 32
Octal 304 73 140 0 106 63 27 530 66 62
Binary 11000100 111011 1100000 0 1000110 110011 10111 101011000 110110 110010

Color Harmonies of #C43B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B60

Black with #C43B60

Text Example


Text Example

White with #C43B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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