Html Css Color HEX #C41852 Old Rose

📋 copy color: '#C41852'

red 196 ◦ green 24 ◦ blue 82

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

Shades of Old Rose #C41852

Tints of Old Rose #C41852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 64.9%
G = 7.95%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C41852 (or 0xC41852) is known color: Old Rose. HEX triplet: C4, 18 and 52. RGB value is (196,24,82). Sum of RGB (Red+Green+Blue) = 196+24+82=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C41852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41852 is #3BE7AD. Grayscale: #515151. Windows color (decimal): -3925934 or 5380292. OLE color: 5380292.

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

Color convert

RGB 196 24 82 -
CMYK 0 0.88 0.58 0.23
HSL 339.77º 0.78% 0.43% -
HSV(B) 339.77º 0.88% 0.77% -
XYZ 24.61 13 9.19 -
YUV 82.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 196 24 82 0 0.88 0.58 0.23 339.77 0.78 0.43
Hex C4 18 52 0 58 3A 17 154 4E 2B
Octal 304 30 122 0 130 72 27 524 116 53
Binary 11000100 11000 1010010 0 1011000 111010 10111 101010100 1001110 101011

Color Harmonies of #C41852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41852

Black with #C41852

Text Example


Text Example

White with #C41852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41852; }

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

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

background-color css

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

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

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

border-color css

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

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

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