Html Css Color HEX #C5334E Old Rose

📋 copy color: '#C5334E'

red 197 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #C5334E

Tints of Old Rose #C5334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 78 (30.86% from 255) = 23.93%

R = 60.43%
G = 15.64%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5334E (or 0xC5334E) is known color: Old Rose. HEX triplet: C5, 33 and 4E. RGB value is (197,51,78). Sum of RGB (Red+Green+Blue) = 197+51+78=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5334E is #3ACCB1. Grayscale: #616161. Windows color (decimal): -3853490 or 5125061. OLE color: 5125061.

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

Color convert

RGB 197 51 78 -
CMYK 0 0.74 0.60 0.23
HSL 348.9º 0.59% 0.49% -
HSV(B) 348.9º 0.74% 0.77% -
XYZ 25.58 14.79 8.71 -
YUV 97.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 197 51 78 0 0.74 0.60 0.23 348.9 0.59 0.49
Hex C5 33 4E 0 4A 3C 17 15D 3B 31
Octal 305 63 116 0 112 74 27 535 73 61
Binary 11000101 110011 1001110 0 1001010 111100 10111 101011101 111011 110001

Color Harmonies of #C5334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5334E

Black with #C5334E

Text Example


Text Example

White with #C5334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5334E; }

 p { color: rgb(197,51,78); }

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

background-color css

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

 a { background-color: rgb(197,51,78); }

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

border-color css

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

 span { border-color: rgb(197,51,78); }

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