Html Css Color HEX #C42356 Old Rose

📋 copy color: '#C42356'

red 196 ◦ green 35 ◦ blue 86

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

Shades of Old Rose #C42356

Tints of Old Rose #C42356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 61.83%
G = 11.04%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C42356 (or 0xC42356) is known color: Old Rose. HEX triplet: C4, 23 and 56. RGB value is (196,35,86). Sum of RGB (Red+Green+Blue) = 196+35+86=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C42356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42356 is #3BDCA9. Grayscale: #585858. Windows color (decimal): -3923114 or 5645252. OLE color: 5645252.

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

Color convert

RGB 196 35 86 -
CMYK 0 0.82 0.56 0.23
HSL 340.99º 0.7% 0.45% -
HSV(B) 340.99º 0.82% 0.77% -
XYZ 25.05 13.61 10.11 -
YUV 88.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 196 35 86 0 0.82 0.56 0.23 340.99 0.7 0.45
Hex C4 23 56 0 52 38 17 155 46 2D
Octal 304 43 126 0 122 70 27 525 106 55
Binary 11000100 100011 1010110 0 1010010 111000 10111 101010101 1000110 101101

Color Harmonies of #C42356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42356

Black with #C42356

Text Example


Text Example

White with #C42356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42356; }

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

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

background-color css

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

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

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

border-color css

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

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

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