Html Css Color HEX #C41756 Old Rose

📋 copy color: '#C41756'

red 196 ◦ green 23 ◦ blue 86

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

Shades of Old Rose #C41756

Tints of Old Rose #C41756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.2%

R = 64.26%
G = 7.54%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C41756 (or 0xC41756) is known color: Old Rose. HEX triplet: C4, 17 and 56. RGB value is (196,23,86). Sum of RGB (Red+Green+Blue) = 196+23+86=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C41756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41756 is #3BE8A9. Grayscale: #515151. Windows color (decimal): -3926186 or 5642180. OLE color: 5642180.

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

Color convert

RGB 196 23 86 -
CMYK 0 0.88 0.56 0.23
HSL 338.15º 0.79% 0.43% -
HSV(B) 338.15º 0.88% 0.77% -
XYZ 24.75 13.02 10.01 -
YUV 81.91 130.31 209.38 -
System Red Green Blue C M Y K H S L
Decimal 196 23 86 0 0.88 0.56 0.23 338.15 0.79 0.43
Hex C4 17 56 0 58 38 17 152 4F 2B
Octal 304 27 126 0 130 70 27 522 117 53
Binary 11000100 10111 1010110 0 1011000 111000 10111 101010010 1001111 101011

Color Harmonies of #C41756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41756

Black with #C41756

Text Example


Text Example

White with #C41756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41756; }

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

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

background-color css

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

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

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

border-color css

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

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

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