Html Css Color HEX #C42563 Old Rose

📋 copy color: '#C42563'

red 196 ◦ green 37 ◦ blue 99

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

Shades of Old Rose #C42563

Tints of Old Rose #C42563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 59.04%
G = 11.14%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C42563 (or 0xC42563) is known color: Old Rose. HEX triplet: C4, 25 and 63. RGB value is (196,37,99). Sum of RGB (Red+Green+Blue) = 196+37+99=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C42563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42563 is #3BDA9C. Grayscale: #5B5B5B. Windows color (decimal): -3922589 or 6497732. OLE color: 6497732.

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

Color convert

RGB 196 37 99 -
CMYK 0 0.81 0.49 0.23
HSL 336.6º 0.68% 0.46% -
HSV(B) 336.6º 0.81% 0.77% -
XYZ 25.68 13.96 13.15 -
YUV 91.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 196 37 99 0 0.81 0.49 0.23 336.6 0.68 0.46
Hex C4 25 63 0 51 31 17 151 44 2E
Octal 304 45 143 0 121 61 27 521 104 56
Binary 11000100 100101 1100011 0 1010001 110001 10111 101010001 1000100 101110

Color Harmonies of #C42563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42563

Black with #C42563

Text Example


Text Example

White with #C42563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42563; }

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

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

background-color css

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

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

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

border-color css

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

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

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