Html Css Color HEX #C53356 Old Rose

📋 copy color: '#C53356'

red 197 ◦ green 51 ◦ blue 86

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

Shades of Old Rose #C53356

Tints of Old Rose #C53356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 58.98%
G = 15.27%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C53356 (or 0xC53356) is known color: Old Rose. HEX triplet: C5, 33 and 56. RGB value is (197,51,86). Sum of RGB (Red+Green+Blue) = 197+51+86=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C53356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53356 is #3ACCA9. Grayscale: #626262. Windows color (decimal): -3853482 or 5649349. OLE color: 5649349.

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

Color convert

RGB 197 51 86 -
CMYK 0 0.74 0.56 0.23
HSL 345.62º 0.59% 0.49% -
HSV(B) 345.62º 0.74% 0.77% -
XYZ 25.89 14.91 10.32 -
YUV 98.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 197 51 86 0 0.74 0.56 0.23 345.62 0.59 0.49
Hex C5 33 56 0 4A 38 17 15A 3B 31
Octal 305 63 126 0 112 70 27 532 73 61
Binary 11000101 110011 1010110 0 1001010 111000 10111 101011010 111011 110001

Color Harmonies of #C53356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53356

Black with #C53356

Text Example


Text Example

White with #C53356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53356; }

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

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

background-color css

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

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

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

border-color css

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

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

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