Html Css Color HEX #C42863 Old Rose

📋 copy color: '#C42863'

red 196 ◦ green 40 ◦ blue 99

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

Shades of Old Rose #C42863

Tints of Old Rose #C42863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 58.51%
G = 11.94%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C42863 (or 0xC42863) is known color: Old Rose. HEX triplet: C4, 28 and 63. RGB value is (196,40,99). Sum of RGB (Red+Green+Blue) = 196+40+99=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C42863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42863 is #3BD79C. Grayscale: #5D5D5D. Windows color (decimal): -3921821 or 6498500. OLE color: 6498500.

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

Color convert

RGB 196 40 99 -
CMYK 0 0.80 0.49 0.23
HSL 337.31º 0.66% 0.46% -
HSV(B) 337.31º 0.8% 0.77% -
XYZ 25.78 14.15 13.18 -
YUV 93.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 196 40 99 0 0.80 0.49 0.23 337.31 0.66 0.46
Hex C4 28 63 0 50 31 17 151 42 2E
Octal 304 50 143 0 120 61 27 521 102 56
Binary 11000100 101000 1100011 0 1010000 110001 10111 101010001 1000010 101110

Color Harmonies of #C42863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42863

Black with #C42863

Text Example


Text Example

White with #C42863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42863; }

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

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

background-color css

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

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

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

border-color css

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

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

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