Html Css Color HEX #C5345B Old Rose

📋 copy color: '#C5345B'

red 197 ◦ green 52 ◦ blue 91

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

Shades of Old Rose #C5345B

Tints of Old Rose #C5345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 57.94%
G = 15.29%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5345B (or 0xC5345B) is known color: Old Rose. HEX triplet: C5, 34 and 5B. RGB value is (197,52,91). Sum of RGB (Red+Green+Blue) = 197+52+91=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5345B is #3ACBA4. Grayscale: #636363. Windows color (decimal): -3853221 or 5977285. OLE color: 5977285.

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

Color convert

RGB 197 52 91 -
CMYK 0 0.74 0.54 0.23
HSL 343.86º 0.58% 0.49% -
HSV(B) 343.86º 0.74% 0.77% -
XYZ 26.14 15.08 11.43 -
YUV 99.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 197 52 91 0 0.74 0.54 0.23 343.86 0.58 0.49
Hex C5 34 5B 0 4A 36 17 158 3A 31
Octal 305 64 133 0 112 66 27 530 72 61
Binary 11000101 110100 1011011 0 1001010 110110 10111 101011000 111010 110001

Color Harmonies of #C5345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5345B

Black with #C5345B

Text Example


Text Example

White with #C5345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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