Html Css Color HEX #C13756 Old Rose

📋 copy color: '#C13756'

red 193 ◦ green 55 ◦ blue 86

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

Shades of Old Rose #C13756

Tints of Old Rose #C13756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 57.78%
G = 16.47%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C13756 (or 0xC13756) is known color: Old Rose. HEX triplet: C1, 37 and 56. RGB value is (193,55,86). Sum of RGB (Red+Green+Blue) = 193+55+86=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C13756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13756 is #3EC8A9. Grayscale: #636363. Windows color (decimal): -4114602 or 5650369. OLE color: 5650369.

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

Color convert

RGB 193 55 86 -
CMYK 0 0.72 0.55 0.24
HSL 346.52º 0.56% 0.49% -
HSV(B) 346.52º 0.72% 0.76% -
XYZ 25.04 14.74 10.33 -
YUV 99.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 193 55 86 0 0.72 0.55 0.24 346.52 0.56 0.49
Hex C1 37 56 0 48 37 18 15B 38 31
Octal 301 67 126 0 110 67 30 533 70 61
Binary 11000001 110111 1010110 0 1001000 110111 11000 101011011 111000 110001

Color Harmonies of #C13756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13756

Black with #C13756

Text Example


Text Example

White with #C13756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13756; }

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

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

background-color css

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

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

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

border-color css

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

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

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