Html Css Color HEX #C42359 Old Rose

📋 copy color: '#C42359'

red 196 ◦ green 35 ◦ blue 89

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

Shades of Old Rose #C42359

Tints of Old Rose #C42359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

 BLUE value IS 89 (35.16% from 255) = 27.81%

R = 61.25%
G = 10.94%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C42359 (or 0xC42359) is known color: Old Rose. HEX triplet: C4, 23 and 59. RGB value is (196,35,89). Sum of RGB (Red+Green+Blue) = 196+35+89=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C42359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42359 is #3BDCA6. Grayscale: #595959. Windows color (decimal): -3923111 or 5841860. OLE color: 5841860.

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

Color convert

RGB 196 35 89 -
CMYK 0 0.82 0.55 0.23
HSL 339.88º 0.7% 0.45% -
HSV(B) 339.88º 0.82% 0.77% -
XYZ 25.17 13.66 10.76 -
YUV 89.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 196 35 89 0 0.82 0.55 0.23 339.88 0.7 0.45
Hex C4 23 59 0 52 37 17 154 46 2D
Octal 304 43 131 0 122 67 27 524 106 55
Binary 11000100 100011 1011001 0 1010010 110111 10111 101010100 1000110 101101

Color Harmonies of #C42359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42359

Black with #C42359

Text Example


Text Example

White with #C42359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42359; }

 p { color: rgb(196,35,89); }

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

background-color css

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

 a { background-color: rgb(196,35,89); }

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

border-color css

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

 span { border-color: rgb(196,35,89); }

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