Html Css Color HEX #C42556 Old Rose

📋 copy color: '#C42556'

red 196 ◦ green 37 ◦ blue 86

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

Shades of Old Rose #C42556

Tints of Old Rose #C42556

RGB

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

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

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

R = 61.44%
G = 11.6%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C42556 (or 0xC42556) is known color: Old Rose. HEX triplet: C4, 25 and 56. RGB value is (196,37,86). Sum of RGB (Red+Green+Blue) = 196+37+86=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C42556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42556 is #3BDAA9. Grayscale: #5A5A5A. Windows color (decimal): -3922602 or 5645764. OLE color: 5645764.

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

Color convert

RGB 196 37 86 -
CMYK 0 0.81 0.56 0.23
HSL 341.51º 0.68% 0.46% -
HSV(B) 341.51º 0.81% 0.77% -
XYZ 25.11 13.73 10.13 -
YUV 90.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 196 37 86 0 0.81 0.56 0.23 341.51 0.68 0.46
Hex C4 25 56 0 51 38 17 156 44 2E
Octal 304 45 126 0 121 70 27 526 104 56
Binary 11000100 100101 1010110 0 1010001 111000 10111 101010110 1000100 101110

Color Harmonies of #C42556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42556

Black with #C42556

Text Example


Text Example

White with #C42556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42556; }

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

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

background-color css

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

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

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

border-color css

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

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

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