Html Css Color HEX #C13454 Old Rose

📋 copy color: '#C13454'

red 193 ◦ green 52 ◦ blue 84

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

Shades of Old Rose #C13454

Tints of Old Rose #C13454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 84 (33.2% from 255) = 25.53%

R = 58.66%
G = 15.81%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C13454 (or 0xC13454) is known color: Old Rose. HEX triplet: C1, 34 and 54. RGB value is (193,52,84). Sum of RGB (Red+Green+Blue) = 193+52+84=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C13454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13454 is #3ECBAB. Grayscale: #616161. Windows color (decimal): -4115372 or 5518529. OLE color: 5518529.

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

Color convert

RGB 193 52 84 -
CMYK 0 0.73 0.56 0.24
HSL 346.38º 0.58% 0.48% -
HSV(B) 346.38º 0.73% 0.76% -
XYZ 24.82 14.43 9.87 -
YUV 97.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 193 52 84 0 0.73 0.56 0.24 346.38 0.58 0.48
Hex C1 34 54 0 49 38 18 15A 3A 30
Octal 301 64 124 0 111 70 30 532 72 60
Binary 11000001 110100 1010100 0 1001001 111000 11000 101011010 111010 110000

Color Harmonies of #C13454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13454

Black with #C13454

Text Example


Text Example

White with #C13454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13454; }

 p { color: rgb(193,52,84); }

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

background-color css

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

 a { background-color: rgb(193,52,84); }

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

border-color css

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

 span { border-color: rgb(193,52,84); }

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