Html Css Color HEX #C5364C Old Rose

📋 copy color: '#C5364C'

red 197 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #C5364C

Tints of Old Rose #C5364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.24%

R = 60.24%
G = 16.51%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5364C (or 0xC5364C) is known color: Old Rose. HEX triplet: C5, 36 and 4C. RGB value is (197,54,76). Sum of RGB (Red+Green+Blue) = 197+54+76=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5364C is #3AC9B3. Grayscale: #636363. Windows color (decimal): -3852724 or 4994757. OLE color: 4994757.

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

Color convert

RGB 197 54 76 -
CMYK 0 0.73 0.61 0.23
HSL 350.77º 0.57% 0.49% -
HSV(B) 350.77º 0.73% 0.77% -
XYZ 25.65 15.03 8.39 -
YUV 99.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 197 54 76 0 0.73 0.61 0.23 350.77 0.57 0.49
Hex C5 36 4C 0 49 3D 17 15F 39 31
Octal 305 66 114 0 111 75 27 537 71 61
Binary 11000101 110110 1001100 0 1001001 111101 10111 101011111 111001 110001

Color Harmonies of #C5364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5364C

Black with #C5364C

Text Example


Text Example

White with #C5364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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