Html Css Color HEX #C41452 Old Rose

📋 copy color: '#C41452'

red 196 ◦ green 20 ◦ blue 82

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

Shades of Old Rose #C41452

Tints of Old Rose #C41452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

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

R = 65.77%
G = 6.71%
B = 27.52%

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

#C41452 (or 0xC41452) is known color: Old Rose. HEX triplet: C4, 14 and 52. RGB value is (196,20,82). Sum of RGB (Red+Green+Blue) = 196+20+82=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C41452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41452 is #3BEBAD. Grayscale: #4F4F4F. Windows color (decimal): -3926958 or 5379268. OLE color: 5379268.

HSL color Cylindrical-coordinate representation of color #C41452: hue angle of 338.86º degrees, saturation: 0.81, 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 #C41452 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 82 -
CMYK 0 0.90 0.58 0.23
HSL 338.86º 0.81% 0.42% -
HSV(B) 338.86º 0.9% 0.77% -
XYZ 24.54 12.85 9.17 -
YUV 79.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 196 20 82 0 0.90 0.58 0.23 338.86 0.81 0.42
Hex C4 14 52 0 5A 3A 17 153 51 2A
Octal 304 24 122 0 132 72 27 523 121 52
Binary 11000100 10100 1010010 0 1011010 111010 10111 101010011 1010001 101010

Color Harmonies of #C41452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41452

Black with #C41452

Text Example


Text Example

White with #C41452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41452; }

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

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

background-color css

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

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

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

border-color css

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

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

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