Html Css Color HEX #C5395E Old Rose

📋 copy color: '#C5395E'

red 197 ◦ green 57 ◦ blue 94

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

Shades of Old Rose #C5395E

Tints of Old Rose #C5395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

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

R = 56.61%
G = 16.38%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5395E (or 0xC5395E) is known color: Old Rose. HEX triplet: C5, 39 and 5E. RGB value is (197,57,94). Sum of RGB (Red+Green+Blue) = 197+57+94=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C5395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5395E is #3AC6A1. Grayscale: #676767. Windows color (decimal): -3851938 or 6175173. OLE color: 6175173.

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

Color convert

RGB 197 57 94 -
CMYK 0 0.71 0.52 0.23
HSL 344.14º 0.55% 0.5% -
HSV(B) 344.14º 0.71% 0.77% -
XYZ 26.51 15.6 12.2 -
YUV 103.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 197 57 94 0 0.71 0.52 0.23 344.14 0.55 0.5
Hex C5 39 5E 0 47 34 17 158 37 32
Octal 305 71 136 0 107 64 27 530 67 62
Binary 11000101 111001 1011110 0 1000111 110100 10111 101011000 110111 110010

Color Harmonies of #C5395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5395E

Black with #C5395E

Text Example


Text Example

White with #C5395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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