Html Css Color HEX #C13F52 Old Rose

📋 copy color: '#C13F52'

red 193 ◦ green 63 ◦ blue 82

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

Shades of Old Rose #C13F52

Tints of Old Rose #C13F52

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 57.1%
G = 18.64%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C13F52 (or 0xC13F52) is known color: Old Rose. HEX triplet: C1, 3F and 52. RGB value is (193,63,82). Sum of RGB (Red+Green+Blue) = 193+63+82=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F52 is #3EC0AD. Grayscale: #686868. Windows color (decimal): -4112558 or 5390273. OLE color: 5390273.

HSL color Cylindrical-coordinate representation of color #C13F52: hue angle of 351.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F52 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 63 82 -
CMYK 0 0.67 0.58 0.24
HSL 351.23º 0.51% 0.5% -
HSV(B) 351.23º 0.67% 0.76% -
XYZ 25.29 15.5 9.64 -
YUV 104.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 193 63 82 0 0.67 0.58 0.24 351.23 0.51 0.5
Hex C1 3F 52 0 43 3A 18 15F 33 32
Octal 301 77 122 0 103 72 30 537 63 62
Binary 11000001 111111 1010010 0 1000011 111010 11000 101011111 110011 110010

Color Harmonies of #C13F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F52

Black with #C13F52

Text Example


Text Example

White with #C13F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F52; }

 p { color: rgb(193,63,82); }

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

background-color css

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

 a { background-color: rgb(193,63,82); }

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

border-color css

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

 span { border-color: rgb(193,63,82); }

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