Html Css Color HEX #C12464 Old Rose

📋 copy color: '#C12464'

red 193 ◦ green 36 ◦ blue 100

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

Shades of Old Rose #C12464

Tints of Old Rose #C12464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

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

R = 58.66%
G = 10.94%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C12464 (or 0xC12464) is known color: Old Rose. HEX triplet: C1, 24 and 64. RGB value is (193,36,100). Sum of RGB (Red+Green+Blue) = 193+36+100=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C12464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12464 is #3EDB9B. Grayscale: #5A5A5A. Windows color (decimal): -4119452 or 6563009. OLE color: 6563009.

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

Color convert

RGB 193 36 100 -
CMYK 0 0.81 0.48 0.24
HSL 335.54º 0.69% 0.45% -
HSV(B) 335.54º 0.81% 0.76% -
XYZ 24.92 13.52 13.35 -
YUV 90.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 193 36 100 0 0.81 0.48 0.24 335.54 0.69 0.45
Hex C1 24 64 0 51 30 18 150 45 2D
Octal 301 44 144 0 121 60 30 520 105 55
Binary 11000001 100100 1100100 0 1010001 110000 11000 101010000 1000101 101101

Color Harmonies of #C12464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12464

Black with #C12464

Text Example


Text Example

White with #C12464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12464; }

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

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

background-color css

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

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

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

border-color css

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

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

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