Html Css Color HEX #C12664 Old Rose

📋 copy color: '#C12664'

red 193 ◦ green 38 ◦ blue 100

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

Shades of Old Rose #C12664

Tints of Old Rose #C12664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.48%

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

R = 58.31%
G = 11.48%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C12664 (or 0xC12664) is known color: Old Rose. HEX triplet: C1, 26 and 64. RGB value is (193,38,100). Sum of RGB (Red+Green+Blue) = 193+38+100=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C12664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12664 is #3ED99B. Grayscale: #5B5B5B. Windows color (decimal): -4118940 or 6563521. OLE color: 6563521.

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

Color convert

RGB 193 38 100 -
CMYK 0 0.80 0.48 0.24
HSL 336º 0.67% 0.45% -
HSV(B) 336º 0.8% 0.76% -
XYZ 24.99 13.64 13.37 -
YUV 91.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 193 38 100 0 0.80 0.48 0.24 336 0.67 0.45
Hex C1 26 64 0 50 30 18 150 43 2D
Octal 301 46 144 0 120 60 30 520 103 55
Binary 11000001 100110 1100100 0 1010000 110000 11000 101010000 1000011 101101

Color Harmonies of #C12664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12664

Black with #C12664

Text Example


Text Example

White with #C12664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12664; }

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

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

background-color css

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

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

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

border-color css

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

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

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