Html Css Color HEX #C53653 Old Rose

📋 copy color: '#C53653'

red 197 ◦ green 54 ◦ blue 83

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

Shades of Old Rose #C53653

Tints of Old Rose #C53653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 58.98%
G = 16.17%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C53653 (or 0xC53653) is known color: Old Rose. HEX triplet: C5, 36 and 53. RGB value is (197,54,83). Sum of RGB (Red+Green+Blue) = 197+54+83=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C53653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53653 is #3AC9AC. Grayscale: #646464. Windows color (decimal): -3852717 or 5453509. OLE color: 5453509.

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

Color convert

RGB 197 54 83 -
CMYK 0 0.73 0.58 0.23
HSL 347.83º 0.57% 0.49% -
HSV(B) 347.83º 0.73% 0.77% -
XYZ 25.91 15.13 9.74 -
YUV 100.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 197 54 83 0 0.73 0.58 0.23 347.83 0.57 0.49
Hex C5 36 53 0 49 3A 17 15C 39 31
Octal 305 66 123 0 111 72 27 534 71 61
Binary 11000101 110110 1010011 0 1001001 111010 10111 101011100 111001 110001

Color Harmonies of #C53653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53653

Black with #C53653

Text Example


Text Example

White with #C53653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53653; }

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

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

background-color css

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

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

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

border-color css

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

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

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