Html Css Color HEX #C13556 Old Rose

📋 copy color: '#C13556'

red 193 ◦ green 53 ◦ blue 86

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

Shades of Old Rose #C13556

Tints of Old Rose #C13556

RGB

 RED value IS 193 (75.78% from 255) = 58.13%

 GREEN value IS 53 (21.09% from 255) = 15.96%

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

R = 58.13%
G = 15.96%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C13556 (or 0xC13556) is known color: Old Rose. HEX triplet: C1, 35 and 56. RGB value is (193,53,86). Sum of RGB (Red+Green+Blue) = 193+53+86=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C13556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13556 is #3ECAA9. Grayscale: #626262. Windows color (decimal): -4115114 or 5649857. OLE color: 5649857.

HSL color Cylindrical-coordinate representation of color #C13556: hue angle of 345.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13556 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 86 -
CMYK 0 0.73 0.55 0.24
HSL 345.86º 0.57% 0.48% -
HSV(B) 345.86º 0.73% 0.76% -
XYZ 24.95 14.56 10.3 -
YUV 98.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 193 53 86 0 0.73 0.55 0.24 345.86 0.57 0.48
Hex C1 35 56 0 49 37 18 15A 39 30
Octal 301 65 126 0 111 67 30 532 71 60
Binary 11000001 110101 1010110 0 1001001 110111 11000 101011010 111001 110000

Color Harmonies of #C13556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13556

Black with #C13556

Text Example


Text Example

White with #C13556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13556; }

 p { color: rgb(193,53,86); }

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

background-color css

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

 a { background-color: rgb(193,53,86); }

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

border-color css

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

 span { border-color: rgb(193,53,86); }

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