Html Css Color HEX #C5364B Old Rose

📋 copy color: '#C5364B'

red 197 ◦ green 54 ◦ blue 75

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

Shades of Old Rose #C5364B

Tints of Old Rose #C5364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 60.43%
G = 16.56%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5364B (or 0xC5364B) is known color: Old Rose. HEX triplet: C5, 36 and 4B. RGB value is (197,54,75). Sum of RGB (Red+Green+Blue) = 197+54+75=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5364B is #3AC9B4. Grayscale: #636363. Windows color (decimal): -3852725 or 4929221. OLE color: 4929221.

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

Color convert

RGB 197 54 75 -
CMYK 0 0.73 0.62 0.23
HSL 351.19º 0.57% 0.49% -
HSV(B) 351.19º 0.73% 0.77% -
XYZ 25.62 15.02 8.21 -
YUV 99.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 197 54 75 0 0.73 0.62 0.23 351.19 0.57 0.49
Hex C5 36 4B 0 49 3E 17 15F 39 31
Octal 305 66 113 0 111 76 27 537 71 61
Binary 11000101 110110 1001011 0 1001001 111110 10111 101011111 111001 110001

Color Harmonies of #C5364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5364B

Black with #C5364B

Text Example


Text Example

White with #C5364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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