Html Css Color HEX #C53856 Old Rose

📋 copy color: '#C53856'

red 197 ◦ green 56 ◦ blue 86

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

Shades of Old Rose #C53856

Tints of Old Rose #C53856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 58.11%
G = 16.52%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C53856 (or 0xC53856) is known color: Old Rose. HEX triplet: C5, 38 and 56. RGB value is (197,56,86). Sum of RGB (Red+Green+Blue) = 197+56+86=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C53856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53856 is #3AC7A9. Grayscale: #656565. Windows color (decimal): -3852202 or 5650629. OLE color: 5650629.

HSL color Cylindrical-coordinate representation of color #C53856: hue angle of 347.23º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53856 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 86 -
CMYK 0 0.72 0.56 0.23
HSL 347.23º 0.56% 0.5% -
HSV(B) 347.23º 0.72% 0.77% -
XYZ 26.12 15.37 10.39 -
YUV 101.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 197 56 86 0 0.72 0.56 0.23 347.23 0.56 0.5
Hex C5 38 56 0 48 38 17 15B 38 32
Octal 305 70 126 0 110 70 27 533 70 62
Binary 11000101 111000 1010110 0 1001000 111000 10111 101011011 111000 110010

Color Harmonies of #C53856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53856

Black with #C53856

Text Example


Text Example

White with #C53856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53856; }

 p { color: rgb(197,56,86); }

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

background-color css

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

 a { background-color: rgb(197,56,86); }

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

border-color css

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

 span { border-color: rgb(197,56,86); }

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