Html Css Color HEX #C12066 Old Rose

📋 copy color: '#C12066'

red 193 ◦ green 32 ◦ blue 102

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

Shades of Old Rose #C12066

Tints of Old Rose #C12066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

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

R = 59.02%
G = 9.79%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C12066 (or 0xC12066) is known color: Old Rose. HEX triplet: C1, 20 and 66. RGB value is (193,32,102). Sum of RGB (Red+Green+Blue) = 193+32+102=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C12066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12066 is #3EDF99. Grayscale: #585858. Windows color (decimal): -4120474 or 6693057. OLE color: 6693057.

HSL color Cylindrical-coordinate representation of color #C12066: hue angle of 333.91º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12066 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 102 -
CMYK 0 0.83 0.47 0.24
HSL 333.91º 0.72% 0.44% -
HSV(B) 333.91º 0.83% 0.76% -
XYZ 24.91 13.33 13.83 -
YUV 88.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 193 32 102 0 0.83 0.47 0.24 333.91 0.72 0.44
Hex C1 20 66 0 53 2F 18 14E 48 2C
Octal 301 40 146 0 123 57 30 516 110 54
Binary 11000001 100000 1100110 0 1010011 101111 11000 101001110 1001000 101100

Color Harmonies of #C12066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12066

Black with #C12066

Text Example


Text Example

White with #C12066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12066; }

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

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

background-color css

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

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

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

border-color css

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

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

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