Html Css Color HEX #C43457 Old Rose

📋 copy color: '#C43457'

red 196 ◦ green 52 ◦ blue 87

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

Shades of Old Rose #C43457

Tints of Old Rose #C43457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

 BLUE value IS 87 (34.38% from 255) = 25.97%

R = 58.51%
G = 15.52%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C43457 (or 0xC43457) is known color: Old Rose. HEX triplet: C4, 34 and 57. RGB value is (196,52,87). Sum of RGB (Red+Green+Blue) = 196+52+87=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C43457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43457 is #3BCBA8. Grayscale: #636363. Windows color (decimal): -3918761 or 5715140. OLE color: 5715140.

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

Color convert

RGB 196 52 87 -
CMYK 0 0.73 0.56 0.23
HSL 345.42º 0.58% 0.49% -
HSV(B) 345.42º 0.73% 0.77% -
XYZ 25.71 14.88 10.53 -
YUV 99.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 196 52 87 0 0.73 0.56 0.23 345.42 0.58 0.49
Hex C4 34 57 0 49 38 17 159 3A 31
Octal 304 64 127 0 111 70 27 531 72 61
Binary 11000100 110100 1010111 0 1001001 111000 10111 101011001 111010 110001

Color Harmonies of #C43457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43457

Black with #C43457

Text Example


Text Example

White with #C43457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43457; }

 p { color: rgb(196,52,87); }

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

background-color css

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

 a { background-color: rgb(196,52,87); }

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

border-color css

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

 span { border-color: rgb(196,52,87); }

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