Html Css Color HEX #C42260 Old Rose

📋 copy color: '#C42260'

red 196 ◦ green 34 ◦ blue 96

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

Shades of Old Rose #C42260

Tints of Old Rose #C42260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 60.12%
G = 10.43%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C42260 (or 0xC42260) is known color: Old Rose. HEX triplet: C4, 22 and 60. RGB value is (196,34,96). Sum of RGB (Red+Green+Blue) = 196+34+96=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C42260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42260 is #3BDD9F. Grayscale: #595959. Windows color (decimal): -3923360 or 6300356. OLE color: 6300356.

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

Color convert

RGB 196 34 96 -
CMYK 0 0.83 0.51 0.23
HSL 337.04º 0.7% 0.45% -
HSV(B) 337.04º 0.83% 0.77% -
XYZ 25.45 13.72 12.37 -
YUV 89.51 131.67 203.96 -
System Red Green Blue C M Y K H S L
Decimal 196 34 96 0 0.83 0.51 0.23 337.04 0.7 0.45
Hex C4 22 60 0 53 33 17 151 46 2D
Octal 304 42 140 0 123 63 27 521 106 55
Binary 11000100 100010 1100000 0 1010011 110011 10111 101010001 1000110 101101

Color Harmonies of #C42260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42260

Black with #C42260

Text Example


Text Example

White with #C42260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42260; }

 p { color: rgb(196,34,96); }

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

background-color css

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

 a { background-color: rgb(196,34,96); }

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

border-color css

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

 span { border-color: rgb(196,34,96); }

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