Html Css Color HEX #C42054 Old Rose

📋 copy color: '#C42054'

red 196 ◦ green 32 ◦ blue 84

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

Shades of Old Rose #C42054

Tints of Old Rose #C42054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

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

R = 62.82%
G = 10.26%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C42054 (or 0xC42054) is known color: Old Rose. HEX triplet: C4, 20 and 54. RGB value is (196,32,84). Sum of RGB (Red+Green+Blue) = 196+32+84=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C42054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42054 is #3BDFAB. Grayscale: #565656. Windows color (decimal): -3923884 or 5513412. OLE color: 5513412.

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

Color convert

RGB 196 32 84 -
CMYK 0 0.84 0.57 0.23
HSL 340.98º 0.72% 0.45% -
HSV(B) 340.98º 0.84% 0.77% -
XYZ 24.88 13.41 9.66 -
YUV 86.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 196 32 84 0 0.84 0.57 0.23 340.98 0.72 0.45
Hex C4 20 54 0 54 39 17 155 48 2D
Octal 304 40 124 0 124 71 27 525 110 55
Binary 11000100 100000 1010100 0 1010100 111001 10111 101010101 1001000 101101

Color Harmonies of #C42054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42054

Black with #C42054

Text Example


Text Example

White with #C42054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42054; }

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

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

background-color css

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

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

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

border-color css

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

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

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