Html Css Color HEX #C5215E Old Rose

📋 copy color: '#C5215E'

red 197 ◦ green 33 ◦ blue 94

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

Shades of Old Rose #C5215E

Tints of Old Rose #C5215E

RGB

 RED value IS 197 (77.34% from 255) = 60.8%

 GREEN value IS 33 (13.28% from 255) = 10.19%

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 60.8%
G = 10.19%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5215E (or 0xC5215E) is known color: Old Rose. HEX triplet: C5, 21 and 5E. RGB value is (197,33,94). Sum of RGB (Red+Green+Blue) = 197+33+94=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5215E is #3ADEA1. Grayscale: #585858. Windows color (decimal): -3858082 or 6169029. OLE color: 6169029.

HSL color Cylindrical-coordinate representation of color #C5215E: hue angle of 337.68º degrees, saturation: 0.71, 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 #C5215E is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 33 94 -
CMYK 0 0.83 0.52 0.23
HSL 337.68º 0.71% 0.45% -
HSV(B) 337.68º 0.83% 0.77% -
XYZ 25.59 13.77 11.9 -
YUV 88.99 130.83 205.04 -
System Red Green Blue C M Y K H S L
Decimal 197 33 94 0 0.83 0.52 0.23 337.68 0.71 0.45
Hex C5 21 5E 0 53 34 17 152 47 2D
Octal 305 41 136 0 123 64 27 522 107 55
Binary 11000101 100001 1011110 0 1010011 110100 10111 101010010 1000111 101101

Color Harmonies of #C5215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5215E

Black with #C5215E

Text Example


Text Example

White with #C5215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5215E; }

 p { color: rgb(197,33,94); }

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

background-color css

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

 a { background-color: rgb(197,33,94); }

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

border-color css

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

 span { border-color: rgb(197,33,94); }

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