Html Css Color HEX #C42361 Old Rose

📋 copy color: '#C42361'

red 196 ◦ green 35 ◦ blue 97

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

Shades of Old Rose #C42361

Tints of Old Rose #C42361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 59.76%
G = 10.67%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C42361 (or 0xC42361) is known color: Old Rose. HEX triplet: C4, 23 and 61. RGB value is (196,35,97). Sum of RGB (Red+Green+Blue) = 196+35+97=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C42361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42361 is #3BDC9E. Grayscale: #5A5A5A. Windows color (decimal): -3923103 or 6366148. OLE color: 6366148.

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

Color convert

RGB 196 35 97 -
CMYK 0 0.82 0.51 0.23
HSL 336.89º 0.7% 0.45% -
HSV(B) 336.89º 0.82% 0.77% -
XYZ 25.52 13.8 12.63 -
YUV 90.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 196 35 97 0 0.82 0.51 0.23 336.89 0.7 0.45
Hex C4 23 61 0 52 33 17 151 46 2D
Octal 304 43 141 0 122 63 27 521 106 55
Binary 11000100 100011 1100001 0 1010010 110011 10111 101010001 1000110 101101

Color Harmonies of #C42361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42361

Black with #C42361

Text Example


Text Example

White with #C42361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42361; }

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

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

background-color css

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

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

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

border-color css

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

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

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