Html Css Color HEX #C42457 Old Rose

📋 copy color: '#C42457'

red 196 ◦ green 36 ◦ blue 87

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

Shades of Old Rose #C42457

Tints of Old Rose #C42457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 61.44%
G = 11.29%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C42457 (or 0xC42457) is known color: Old Rose. HEX triplet: C4, 24 and 57. RGB value is (196,36,87). Sum of RGB (Red+Green+Blue) = 196+36+87=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C42457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42457 is #3BDBA8. Grayscale: #595959. Windows color (decimal): -3922857 or 5711044. OLE color: 5711044.

HSL color Cylindrical-coordinate representation of color #C42457: hue angle of 340.88º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42457 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 36 87 -
CMYK 0 0.82 0.56 0.23
HSL 340.88º 0.69% 0.45% -
HSV(B) 340.88º 0.82% 0.77% -
XYZ 25.12 13.69 10.33 -
YUV 89.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 196 36 87 0 0.82 0.56 0.23 340.88 0.69 0.45
Hex C4 24 57 0 52 38 17 155 45 2D
Octal 304 44 127 0 122 70 27 525 105 55
Binary 11000100 100100 1010111 0 1010010 111000 10111 101010101 1000101 101101

Color Harmonies of #C42457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42457

Black with #C42457

Text Example


Text Example

White with #C42457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42457; }

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

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

background-color css

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

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

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

border-color css

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

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

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