Html Css Color HEX #C42850 Old Rose

📋 copy color: '#C42850'

red 196 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #C42850

Tints of Old Rose #C42850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 62.03%
G = 12.66%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C42850 (or 0xC42850) is known color: Old Rose. HEX triplet: C4, 28 and 50. RGB value is (196,40,80). Sum of RGB (Red+Green+Blue) = 196+40+80=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C42850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42850 is #3BD7AF. Grayscale: #5B5B5B. Windows color (decimal): -3921840 or 5253316. OLE color: 5253316.

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

Color convert

RGB 196 40 80 -
CMYK 0 0.80 0.59 0.23
HSL 344.62º 0.66% 0.46% -
HSV(B) 344.62º 0.8% 0.77% -
XYZ 24.97 13.83 8.94 -
YUV 91.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 196 40 80 0 0.80 0.59 0.23 344.62 0.66 0.46
Hex C4 28 50 0 50 3B 17 159 42 2E
Octal 304 50 120 0 120 73 27 531 102 56
Binary 11000100 101000 1010000 0 1010000 111011 10111 101011001 1000010 101110

Color Harmonies of #C42850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42850

Black with #C42850

Text Example


Text Example

White with #C42850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42850; }

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

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

background-color css

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

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

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

border-color css

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

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

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