Html Css Color HEX #C42560 Old Rose

📋 copy color: '#C42560'

red 196 ◦ green 37 ◦ blue 96

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

Shades of Old Rose #C42560

Tints of Old Rose #C42560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

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

R = 59.57%
G = 11.25%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C42560 (or 0xC42560) is known color: Old Rose. HEX triplet: C4, 25 and 60. RGB value is (196,37,96). Sum of RGB (Red+Green+Blue) = 196+37+96=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C42560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42560 is #3BDA9F. Grayscale: #5B5B5B. Windows color (decimal): -3922592 or 6301124. OLE color: 6301124.

HSL color Cylindrical-coordinate representation of color #C42560: hue angle of 337.74º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42560 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 96 -
CMYK 0 0.81 0.51 0.23
HSL 337.74º 0.68% 0.46% -
HSV(B) 337.74º 0.81% 0.77% -
XYZ 25.54 13.9 12.4 -
YUV 91.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 196 37 96 0 0.81 0.51 0.23 337.74 0.68 0.46
Hex C4 25 60 0 51 33 17 152 44 2E
Octal 304 45 140 0 121 63 27 522 104 56
Binary 11000100 100101 1100000 0 1010001 110011 10111 101010010 1000100 101110

Color Harmonies of #C42560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42560

Black with #C42560

Text Example


Text Example

White with #C42560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42560; }

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

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

background-color css

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

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

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

border-color css

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

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

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