Html Css Color HEX #C5414C Old Rose

📋 copy color: '#C5414C'

red 197 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #C5414C

Tints of Old Rose #C5414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

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

R = 58.28%
G = 19.23%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5414C (or 0xC5414C) is known color: Old Rose. HEX triplet: C5, 41 and 4C. RGB value is (197,65,76). Sum of RGB (Red+Green+Blue) = 197+65+76=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5414C is #3ABEB3. Grayscale: #696969. Windows color (decimal): -3849908 or 4997573. OLE color: 4997573.

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

Color convert

RGB 197 65 76 -
CMYK 0 0.67 0.61 0.23
HSL 355º 0.53% 0.51% -
HSV(B) 355º 0.67% 0.77% -
XYZ 26.22 16.17 8.58 -
YUV 105.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 197 65 76 0 0.67 0.61 0.23 355 0.53 0.51
Hex C5 41 4C 0 43 3D 17 163 35 33
Octal 305 101 114 0 103 75 27 543 65 63
Binary 11000101 1000001 1001100 0 1000011 111101 10111 101100011 110101 110011

Color Harmonies of #C5414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5414C

Black with #C5414C

Text Example


Text Example

White with #C5414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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