Html Css Color HEX #C12466 Old Rose

📋 copy color: '#C12466'

red 193 ◦ green 36 ◦ blue 102

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

Shades of Old Rose #C12466

Tints of Old Rose #C12466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 58.31%
G = 10.88%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C12466 (or 0xC12466) is known color: Old Rose. HEX triplet: C1, 24 and 66. RGB value is (193,36,102). Sum of RGB (Red+Green+Blue) = 193+36+102=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C12466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12466 is #3EDB99. Grayscale: #5A5A5A. Windows color (decimal): -4119450 or 6694081. OLE color: 6694081.

HSL color Cylindrical-coordinate representation of color #C12466: hue angle of 334.78º 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 #C12466 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 102 -
CMYK 0 0.81 0.47 0.24
HSL 334.78º 0.69% 0.45% -
HSV(B) 334.78º 0.81% 0.76% -
XYZ 25.02 13.56 13.87 -
YUV 90.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 193 36 102 0 0.81 0.47 0.24 334.78 0.69 0.45
Hex C1 24 66 0 51 2F 18 14F 45 2D
Octal 301 44 146 0 121 57 30 517 105 55
Binary 11000001 100100 1100110 0 1010001 101111 11000 101001111 1000101 101101

Color Harmonies of #C12466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12466

Black with #C12466

Text Example


Text Example

White with #C12466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12466; }

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

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

background-color css

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

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

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

border-color css

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

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

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