Html Css Color HEX #C12864 Old Rose

📋 copy color: '#C12864'

red 193 ◦ green 40 ◦ blue 100

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

Shades of Old Rose #C12864

Tints of Old Rose #C12864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 57.96%
G = 12.01%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C12864 (or 0xC12864) is known color: Old Rose. HEX triplet: C1, 28 and 64. RGB value is (193,40,100). Sum of RGB (Red+Green+Blue) = 193+40+100=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C12864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12864 is #3ED79B. Grayscale: #5C5C5C. Windows color (decimal): -4118428 or 6564033. OLE color: 6564033.

HSL color Cylindrical-coordinate representation of color #C12864: hue angle of 336.47º degrees, saturation: 0.66, 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 #C12864 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 100 -
CMYK 0 0.79 0.48 0.24
HSL 336.47º 0.66% 0.46% -
HSV(B) 336.47º 0.79% 0.76% -
XYZ 25.05 13.78 13.4 -
YUV 92.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 193 40 100 0 0.79 0.48 0.24 336.47 0.66 0.46
Hex C1 28 64 0 4F 30 18 150 42 2E
Octal 301 50 144 0 117 60 30 520 102 56
Binary 11000001 101000 1100100 0 1001111 110000 11000 101010000 1000010 101110

Color Harmonies of #C12864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12864

Black with #C12864

Text Example


Text Example

White with #C12864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12864; }

 p { color: rgb(193,40,100); }

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

background-color css

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

 a { background-color: rgb(193,40,100); }

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

border-color css

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

 span { border-color: rgb(193,40,100); }

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