Html Css Color HEX #C5404C Old Rose

📋 copy color: '#C5404C'

red 197 ◦ green 64 ◦ blue 76

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

Shades of Old Rose #C5404C

Tints of Old Rose #C5404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 58.46%
G = 18.99%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5404C (or 0xC5404C) is known color: Old Rose. HEX triplet: C5, 40 and 4C. RGB value is (197,64,76). Sum of RGB (Red+Green+Blue) = 197+64+76=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5404C is #3ABFB3. Grayscale: #696969. Windows color (decimal): -3850164 or 4997317. OLE color: 4997317.

HSL color Cylindrical-coordinate representation of color #C5404C: hue angle of 354.59º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5404C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 76 -
CMYK 0 0.68 0.61 0.23
HSL 354.59º 0.53% 0.51% -
HSV(B) 354.59º 0.68% 0.77% -
XYZ 26.16 16.06 8.56 -
YUV 105.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 197 64 76 0 0.68 0.61 0.23 354.59 0.53 0.51
Hex C5 40 4C 0 44 3D 17 163 35 33
Octal 305 100 114 0 104 75 27 543 65 63
Binary 11000101 1000000 1001100 0 1000100 111101 10111 101100011 110101 110011

Color Harmonies of #C5404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5404C

Black with #C5404C

Text Example


Text Example

White with #C5404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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