Html Css Color HEX #C13648 Old Rose

📋 copy color: '#C13648'

red 193 ◦ green 54 ◦ blue 72

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

Shades of Old Rose #C13648

Tints of Old Rose #C13648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 60.5%
G = 16.93%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C13648 (or 0xC13648) is known color: Old Rose. HEX triplet: C1, 36 and 48. RGB value is (193,54,72). Sum of RGB (Red+Green+Blue) = 193+54+72=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C13648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13648 is #3EC9B7. Grayscale: #616161. Windows color (decimal): -4114872 or 4732609. OLE color: 4732609.

HSL color Cylindrical-coordinate representation of color #C13648: hue angle of 352.23º 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 #C13648 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 54 72 -
CMYK 0 0.72 0.63 0.24
HSL 352.23º 0.56% 0.48% -
HSV(B) 352.23º 0.72% 0.76% -
XYZ 24.48 14.44 7.63 -
YUV 97.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 193 54 72 0 0.72 0.63 0.24 352.23 0.56 0.48
Hex C1 36 48 0 48 3F 18 160 38 30
Octal 301 66 110 0 110 77 30 540 70 60
Binary 11000001 110110 1001000 0 1001000 111111 11000 101100000 111000 110000

Color Harmonies of #C13648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13648

Black with #C13648

Text Example


Text Example

White with #C13648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13648; }

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

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

background-color css

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

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

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

border-color css

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

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

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