Html Css Color HEX #C13054 Old Rose

📋 copy color: '#C13054'

red 193 ◦ green 48 ◦ blue 84

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

Shades of Old Rose #C13054

Tints of Old Rose #C13054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

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

R = 59.38%
G = 14.77%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C13054 (or 0xC13054) is known color: Old Rose. HEX triplet: C1, 30 and 54. RGB value is (193,48,84). Sum of RGB (Red+Green+Blue) = 193+48+84=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C13054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13054 is #3ECFAB. Grayscale: #5F5F5F. Windows color (decimal): -4116396 or 5517505. OLE color: 5517505.

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

Color convert

RGB 193 48 84 -
CMYK 0 0.75 0.56 0.24
HSL 345.1º 0.6% 0.47% -
HSV(B) 345.1º 0.75% 0.76% -
XYZ 24.65 14.09 9.81 -
YUV 95.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 193 48 84 0 0.75 0.56 0.24 345.1 0.6 0.47
Hex C1 30 54 0 4B 38 18 159 3C 2F
Octal 301 60 124 0 113 70 30 531 74 57
Binary 11000001 110000 1010100 0 1001011 111000 11000 101011001 111100 101111

Color Harmonies of #C13054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13054

Black with #C13054

Text Example


Text Example

White with #C13054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13054; }

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

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

background-color css

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

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

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

border-color css

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

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

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