Html Css Color HEX #C41751 Old Rose

📋 copy color: '#C41751'

red 196 ◦ green 23 ◦ blue 81

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

Shades of Old Rose #C41751

Tints of Old Rose #C41751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.67%

 BLUE value IS 81 (32.03% from 255) = 27%

R = 65.33%
G = 7.67%
B = 27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C41751 (or 0xC41751) is known color: Old Rose. HEX triplet: C4, 17 and 51. RGB value is (196,23,81). Sum of RGB (Red+Green+Blue) = 196+23+81=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C41751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41751 is #3BE8AE. Grayscale: #515151. Windows color (decimal): -3926191 or 5314500. OLE color: 5314500.

HSL color Cylindrical-coordinate representation of color #C41751: hue angle of 339.88º degrees, saturation: 0.79, 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 #C41751 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 81 -
CMYK 0 0.88 0.59 0.23
HSL 339.88º 0.79% 0.43% -
HSV(B) 339.88º 0.88% 0.77% -
XYZ 24.56 12.94 8.99 -
YUV 81.34 127.81 209.78 -
System Red Green Blue C M Y K H S L
Decimal 196 23 81 0 0.88 0.59 0.23 339.88 0.79 0.43
Hex C4 17 51 0 58 3B 17 154 4F 2B
Octal 304 27 121 0 130 73 27 524 117 53
Binary 11000100 10111 1010001 0 1011000 111011 10111 101010100 1001111 101011

Color Harmonies of #C41751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41751

Black with #C41751

Text Example


Text Example

White with #C41751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41751; }

 p { color: rgb(196,23,81); }

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

background-color css

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

 a { background-color: rgb(196,23,81); }

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

border-color css

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

 span { border-color: rgb(196,23,81); }

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