Html Css Color HEX #C13257 Old Rose

📋 copy color: '#C13257'

red 193 ◦ green 50 ◦ blue 87

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

Shades of Old Rose #C13257

Tints of Old Rose #C13257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 58.48%
G = 15.15%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C13257 (or 0xC13257) is known color: Old Rose. HEX triplet: C1, 32 and 57. RGB value is (193,50,87). Sum of RGB (Red+Green+Blue) = 193+50+87=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13257 is #3ECDA8. Grayscale: #606060. Windows color (decimal): -4115881 or 5714625. OLE color: 5714625.

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

Color convert

RGB 193 50 87 -
CMYK 0 0.74 0.55 0.24
HSL 344.48º 0.59% 0.48% -
HSV(B) 344.48º 0.74% 0.76% -
XYZ 24.85 14.31 10.47 -
YUV 96.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 193 50 87 0 0.74 0.55 0.24 344.48 0.59 0.48
Hex C1 32 57 0 4A 37 18 158 3B 30
Octal 301 62 127 0 112 67 30 530 73 60
Binary 11000001 110010 1010111 0 1001010 110111 11000 101011000 111011 110000

Color Harmonies of #C13257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13257

Black with #C13257

Text Example


Text Example

White with #C13257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13257; }

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

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

background-color css

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

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

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

border-color css

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

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

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