Html Css Color HEX #C12658 Old Rose

📋 copy color: '#C12658'

red 193 ◦ green 38 ◦ blue 88

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

Shades of Old Rose #C12658

Tints of Old Rose #C12658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.59%

R = 60.5%
G = 11.91%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C12658 (or 0xC12658) is known color: Old Rose. HEX triplet: C1, 26 and 58. RGB value is (193,38,88). Sum of RGB (Red+Green+Blue) = 193+38+88=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C12658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12658 is #3ED9A7. Grayscale: #5A5A5A. Windows color (decimal): -4118952 or 5777089. OLE color: 5777089.

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

Color convert

RGB 193 38 88 -
CMYK 0 0.80 0.54 0.24
HSL 340.65º 0.67% 0.45% -
HSV(B) 340.65º 0.8% 0.76% -
XYZ 24.45 13.43 10.54 -
YUV 90.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 193 38 88 0 0.80 0.54 0.24 340.65 0.67 0.45
Hex C1 26 58 0 50 36 18 155 43 2D
Octal 301 46 130 0 120 66 30 525 103 55
Binary 11000001 100110 1011000 0 1010000 110110 11000 101010101 1000011 101101

Color Harmonies of #C12658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12658

Black with #C12658

Text Example


Text Example

White with #C12658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12658; }

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

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

background-color css

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

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

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

border-color css

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

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

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