Html Css Color HEX #C42554 Old Rose

📋 copy color: '#C42554'

red 196 ◦ green 37 ◦ blue 84

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

Shades of Old Rose #C42554

Tints of Old Rose #C42554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 84 (33.2% from 255) = 26.5%

R = 61.83%
G = 11.67%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C42554 (or 0xC42554) is known color: Old Rose. HEX triplet: C4, 25 and 54. RGB value is (196,37,84). Sum of RGB (Red+Green+Blue) = 196+37+84=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C42554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42554 is #3BDAAB. Grayscale: #595959. Windows color (decimal): -3922604 or 5514692. OLE color: 5514692.

HSL color Cylindrical-coordinate representation of color #C42554: hue angle of 342.26º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42554 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 84 -
CMYK 0 0.81 0.57 0.23
HSL 342.26º 0.68% 0.46% -
HSV(B) 342.26º 0.81% 0.77% -
XYZ 25.03 13.7 9.71 -
YUV 89.9 124.68 203.68 -
System Red Green Blue C M Y K H S L
Decimal 196 37 84 0 0.81 0.57 0.23 342.26 0.68 0.46
Hex C4 25 54 0 51 39 17 156 44 2E
Octal 304 45 124 0 121 71 27 526 104 56
Binary 11000100 100101 1010100 0 1010001 111001 10111 101010110 1000100 101110

Color Harmonies of #C42554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42554

Black with #C42554

Text Example


Text Example

White with #C42554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42554; }

 p { color: rgb(196,37,84); }

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

background-color css

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

 a { background-color: rgb(196,37,84); }

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

border-color css

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

 span { border-color: rgb(196,37,84); }

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