Html Css Color HEX #C12347 Old Rose

📋 copy color: '#C12347'

red 193 ◦ green 35 ◦ blue 71

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

Shades of Old Rose #C12347

Tints of Old Rose #C12347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 64.55%
G = 11.71%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C12347 (or 0xC12347) is known color: Old Rose. HEX triplet: C1, 23 and 47. RGB value is (193,35,71). Sum of RGB (Red+Green+Blue) = 193+35+71=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C12347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12347 is #3EDCB8. Grayscale: #565656. Windows color (decimal): -4119737 or 4662209. OLE color: 4662209.

HSL color Cylindrical-coordinate representation of color #C12347: hue angle of 346.33º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12347 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 71 -
CMYK 0 0.82 0.63 0.24
HSL 346.33º 0.69% 0.45% -
HSV(B) 346.33º 0.82% 0.76% -
XYZ 23.73 12.99 7.22 -
YUV 86.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 193 35 71 0 0.82 0.63 0.24 346.33 0.69 0.45
Hex C1 23 47 0 52 3F 18 15A 45 2D
Octal 301 43 107 0 122 77 30 532 105 55
Binary 11000001 100011 1000111 0 1010010 111111 11000 101011010 1000101 101101

Color Harmonies of #C12347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12347

Black with #C12347

Text Example


Text Example

White with #C12347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12347; }

 p { color: rgb(193,35,71); }

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

background-color css

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

 a { background-color: rgb(193,35,71); }

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

border-color css

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

 span { border-color: rgb(193,35,71); }

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