Html Css Color HEX #C41352 Old Rose

📋 copy color: '#C41352'

red 196 ◦ green 19 ◦ blue 82

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

Shades of Old Rose #C41352

Tints of Old Rose #C41352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 65.99%
G = 6.4%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C41352 (or 0xC41352) is known color: Old Rose. HEX triplet: C4, 13 and 52. RGB value is (196,19,82). Sum of RGB (Red+Green+Blue) = 196+19+82=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41352 is #3BECAD. Grayscale: #4F4F4F. Windows color (decimal): -3927214 or 5379012. OLE color: 5379012.

HSL color Cylindrical-coordinate representation of color #C41352: hue angle of 338.64º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41352 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 82 -
CMYK 0 0.90 0.58 0.23
HSL 338.64º 0.82% 0.42% -
HSV(B) 338.64º 0.9% 0.77% -
XYZ 24.52 12.81 9.16 -
YUV 79.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 196 19 82 0 0.90 0.58 0.23 338.64 0.82 0.42
Hex C4 13 52 0 5A 3A 17 153 52 2A
Octal 304 23 122 0 132 72 27 523 122 52
Binary 11000100 10011 1010010 0 1011010 111010 10111 101010011 1010010 101010

Color Harmonies of #C41352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41352

Black with #C41352

Text Example


Text Example

White with #C41352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41352; }

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

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

background-color css

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

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

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

border-color css

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

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

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