Html Css Color HEX #C12647 Old Rose

📋 copy color: '#C12647'

red 193 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #C12647

Tints of Old Rose #C12647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

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

R = 63.91%
G = 12.58%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C12647 (or 0xC12647) is known color: Old Rose. HEX triplet: C1, 26 and 47. RGB value is (193,38,71). Sum of RGB (Red+Green+Blue) = 193+38+71=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C12647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12647 is #3ED9B8. Grayscale: #585858. Windows color (decimal): -4118969 or 4662977. OLE color: 4662977.

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

Color convert

RGB 193 38 71 -
CMYK 0 0.80 0.63 0.24
HSL 347.23º 0.67% 0.45% -
HSV(B) 347.23º 0.8% 0.76% -
XYZ 23.82 13.18 7.25 -
YUV 88.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 193 38 71 0 0.80 0.63 0.24 347.23 0.67 0.45
Hex C1 26 47 0 50 3F 18 15B 43 2D
Octal 301 46 107 0 120 77 30 533 103 55
Binary 11000001 100110 1000111 0 1010000 111111 11000 101011011 1000011 101101

Color Harmonies of #C12647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12647

Black with #C12647

Text Example


Text Example

White with #C12647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12647; }

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

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

background-color css

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

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

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

border-color css

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

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

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