Html Css Color HEX #C12963 Old Rose

📋 copy color: '#C12963'

red 193 ◦ green 41 ◦ blue 99

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

Shades of Old Rose #C12963

Tints of Old Rose #C12963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 57.96%
G = 12.31%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C12963 (or 0xC12963) is known color: Old Rose. HEX triplet: C1, 29 and 63. RGB value is (193,41,99). Sum of RGB (Red+Green+Blue) = 193+41+99=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C12963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12963 is #3ED69C. Grayscale: #5C5C5C. Windows color (decimal): -4118173 or 6498753. OLE color: 6498753.

HSL color Cylindrical-coordinate representation of color #C12963: hue angle of 337.11º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12963 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 99 -
CMYK 0 0.79 0.49 0.24
HSL 337.11º 0.65% 0.46% -
HSV(B) 337.11º 0.79% 0.76% -
XYZ 25.04 13.82 13.15 -
YUV 93.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 193 41 99 0 0.79 0.49 0.24 337.11 0.65 0.46
Hex C1 29 63 0 4F 31 18 151 41 2E
Octal 301 51 143 0 117 61 30 521 101 56
Binary 11000001 101001 1100011 0 1001111 110001 11000 101010001 1000001 101110

Color Harmonies of #C12963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12963

Black with #C12963

Text Example


Text Example

White with #C12963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12963; }

 p { color: rgb(193,41,99); }

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

background-color css

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

 a { background-color: rgb(193,41,99); }

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

border-color css

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

 span { border-color: rgb(193,41,99); }

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