Html Css Color HEX #C5365F Old Rose

📋 copy color: '#C5365F'

red 197 ◦ green 54 ◦ blue 95

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

Shades of Old Rose #C5365F

Tints of Old Rose #C5365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 56.94%
G = 15.61%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5365F (or 0xC5365F) is known color: Old Rose. HEX triplet: C5, 36 and 5F. RGB value is (197,54,95). Sum of RGB (Red+Green+Blue) = 197+54+95=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5365F is #3AC9A0. Grayscale: #656565. Windows color (decimal): -3852705 or 6239941. OLE color: 6239941.

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

Color convert

RGB 197 54 95 -
CMYK 0 0.73 0.52 0.23
HSL 342.8º 0.57% 0.49% -
HSV(B) 342.8º 0.73% 0.77% -
XYZ 26.41 15.33 12.39 -
YUV 101.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 197 54 95 0 0.73 0.52 0.23 342.8 0.57 0.49
Hex C5 36 5F 0 49 34 17 157 39 31
Octal 305 66 137 0 111 64 27 527 71 61
Binary 11000101 110110 1011111 0 1001001 110100 10111 101010111 111001 110001

Color Harmonies of #C5365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5365F

Black with #C5365F

Text Example


Text Example

White with #C5365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5365F; }

 p { color: rgb(197,54,95); }

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

background-color css

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

 a { background-color: rgb(197,54,95); }

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

border-color css

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

 span { border-color: rgb(197,54,95); }

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