Html Css Color HEX #C5345E Old Rose

📋 copy color: '#C5345E'

red 197 ◦ green 52 ◦ blue 94

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

Shades of Old Rose #C5345E

Tints of Old Rose #C5345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

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

R = 57.43%
G = 15.16%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5345E (or 0xC5345E) is known color: Old Rose. HEX triplet: C5, 34 and 5E. RGB value is (197,52,94). Sum of RGB (Red+Green+Blue) = 197+52+94=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5345E is #3ACBA1. Grayscale: #646464. Windows color (decimal): -3853218 or 6173893. OLE color: 6173893.

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

Color convert

RGB 197 52 94 -
CMYK 0 0.74 0.52 0.23
HSL 342.62º 0.58% 0.49% -
HSV(B) 342.62º 0.74% 0.77% -
XYZ 26.27 15.13 12.13 -
YUV 100.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 197 52 94 0 0.74 0.52 0.23 342.62 0.58 0.49
Hex C5 34 5E 0 4A 34 17 157 3A 31
Octal 305 64 136 0 112 64 27 527 72 61
Binary 11000101 110100 1011110 0 1001010 110100 10111 101010111 111010 110001

Color Harmonies of #C5345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5345E

Black with #C5345E

Text Example


Text Example

White with #C5345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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