Html Css Color HEX #C41552 Old Rose

📋 copy color: '#C41552'

red 196 ◦ green 21 ◦ blue 82

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

Shades of Old Rose #C41552

Tints of Old Rose #C41552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.02%

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 65.55%
G = 7.02%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C41552 (or 0xC41552) is known color: Old Rose. HEX triplet: C4, 15 and 52. RGB value is (196,21,82). Sum of RGB (Red+Green+Blue) = 196+21+82=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C41552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41552 is #3BEAAD. Grayscale: #505050. Windows color (decimal): -3926702 or 5379524. OLE color: 5379524.

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

Color convert

RGB 196 21 82 -
CMYK 0 0.89 0.58 0.23
HSL 339.09º 0.81% 0.43% -
HSV(B) 339.09º 0.89% 0.77% -
XYZ 24.56 12.88 9.17 -
YUV 80.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 196 21 82 0 0.89 0.58 0.23 339.09 0.81 0.43
Hex C4 15 52 0 59 3A 17 153 51 2B
Octal 304 25 122 0 131 72 27 523 121 53
Binary 11000100 10101 1010010 0 1011001 111010 10111 101010011 1010001 101011

Color Harmonies of #C41552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41552

Black with #C41552

Text Example


Text Example

White with #C41552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41552; }

 p { color: rgb(196,21,82); }

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

background-color css

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

 a { background-color: rgb(196,21,82); }

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

border-color css

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

 span { border-color: rgb(196,21,82); }

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