Html Css Color HEX #C43B52 Old Rose

📋 copy color: '#C43B52'

red 196 ◦ green 59 ◦ blue 82

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

Shades of Old Rose #C43B52

Tints of Old Rose #C43B52

RGB

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

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

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

R = 58.16%
G = 17.51%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43B52 (or 0xC43B52) is known color: Old Rose. HEX triplet: C4, 3B and 52. RGB value is (196,59,82). Sum of RGB (Red+Green+Blue) = 196+59+82=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B52 is #3BC4AD. Grayscale: #666666. Windows color (decimal): -3916974 or 5389252. OLE color: 5389252.

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

Color convert

RGB 196 59 82 -
CMYK 0 0.70 0.58 0.23
HSL 349.93º 0.54% 0.5% -
HSV(B) 349.93º 0.7% 0.77% -
XYZ 25.85 15.47 9.61 -
YUV 102.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 196 59 82 0 0.70 0.58 0.23 349.93 0.54 0.5
Hex C4 3B 52 0 46 3A 17 15E 36 32
Octal 304 73 122 0 106 72 27 536 66 62
Binary 11000100 111011 1010010 0 1000110 111010 10111 101011110 110110 110010

Color Harmonies of #C43B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B52

Black with #C43B52

Text Example


Text Example

White with #C43B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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