Html Css Color HEX #C42561 Old Rose

📋 copy color: '#C42561'

red 196 ◦ green 37 ◦ blue 97

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

Shades of Old Rose #C42561

Tints of Old Rose #C42561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 59.39%
G = 11.21%
B = 29.39%

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

#C42561 (or 0xC42561) is known color: Old Rose. HEX triplet: C4, 25 and 61. RGB value is (196,37,97). Sum of RGB (Red+Green+Blue) = 196+37+97=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C42561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42561 is #3BDA9E. Grayscale: #5B5B5B. Windows color (decimal): -3922591 or 6366660. OLE color: 6366660.

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

Color convert

RGB 196 37 97 -
CMYK 0 0.81 0.51 0.23
HSL 337.36º 0.68% 0.46% -
HSV(B) 337.36º 0.81% 0.77% -
XYZ 25.58 13.92 12.65 -
YUV 91.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 196 37 97 0 0.81 0.51 0.23 337.36 0.68 0.46
Hex C4 25 61 0 51 33 17 151 44 2E
Octal 304 45 141 0 121 63 27 521 104 56
Binary 11000100 100101 1100001 0 1010001 110011 10111 101010001 1000100 101110

Color Harmonies of #C42561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42561

Black with #C42561

Text Example


Text Example

White with #C42561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42561; }

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

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

background-color css

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

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

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

border-color css

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

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

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