Html Css Color HEX #C13657 Old Rose

📋 copy color: '#C13657'

red 193 ◦ green 54 ◦ blue 87

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

Shades of Old Rose #C13657

Tints of Old Rose #C13657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.05%

R = 57.78%
G = 16.17%
B = 26.05%

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

#C13657 (or 0xC13657) is known color: Old Rose. HEX triplet: C1, 36 and 57. RGB value is (193,54,87). Sum of RGB (Red+Green+Blue) = 193+54+87=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C13657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13657 is #3EC9A8. Grayscale: #636363. Windows color (decimal): -4114857 or 5715649. OLE color: 5715649.

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

Color convert

RGB 193 54 87 -
CMYK 0 0.72 0.55 0.24
HSL 345.76º 0.56% 0.48% -
HSV(B) 345.76º 0.72% 0.76% -
XYZ 25.03 14.66 10.53 -
YUV 99.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 193 54 87 0 0.72 0.55 0.24 345.76 0.56 0.48
Hex C1 36 57 0 48 37 18 15A 38 30
Octal 301 66 127 0 110 67 30 532 70 60
Binary 11000001 110110 1010111 0 1001000 110111 11000 101011010 111000 110000

Color Harmonies of #C13657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13657

Black with #C13657

Text Example


Text Example

White with #C13657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13657; }

 p { color: rgb(193,54,87); }

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

background-color css

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

 a { background-color: rgb(193,54,87); }

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

border-color css

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

 span { border-color: rgb(193,54,87); }

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