Html Css Color HEX #C42855 Old Rose

📋 copy color: '#C42855'

red 196 ◦ green 40 ◦ blue 85

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

Shades of Old Rose #C42855

Tints of Old Rose #C42855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 61.06%
G = 12.46%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C42855 (or 0xC42855) is known color: Old Rose. HEX triplet: C4, 28 and 55. RGB value is (196,40,85). Sum of RGB (Red+Green+Blue) = 196+40+85=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C42855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42855 is #3BD7AA. Grayscale: #5B5B5B. Windows color (decimal): -3921835 or 5580996. OLE color: 5580996.

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

Color convert

RGB 196 40 85 -
CMYK 0 0.80 0.57 0.23
HSL 342.69º 0.66% 0.46% -
HSV(B) 342.69º 0.8% 0.77% -
XYZ 25.16 13.91 9.95 -
YUV 91.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 196 40 85 0 0.80 0.57 0.23 342.69 0.66 0.46
Hex C4 28 55 0 50 39 17 157 42 2E
Octal 304 50 125 0 120 71 27 527 102 56
Binary 11000100 101000 1010101 0 1010000 111001 10111 101010111 1000010 101110

Color Harmonies of #C42855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42855

Black with #C42855

Text Example


Text Example

White with #C42855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42855; }

 p { color: rgb(196,40,85); }

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

background-color css

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

 a { background-color: rgb(196,40,85); }

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

border-color css

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

 span { border-color: rgb(196,40,85); }

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