Html Css Color HEX #C12358 Old Rose

📋 copy color: '#C12358'

red 193 ◦ green 35 ◦ blue 88

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

Shades of Old Rose #C12358

Tints of Old Rose #C12358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 61.08%
G = 11.08%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C12358 (or 0xC12358) is known color: Old Rose. HEX triplet: C1, 23 and 58. RGB value is (193,35,88). Sum of RGB (Red+Green+Blue) = 193+35+88=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C12358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12358 is #3EDCA7. Grayscale: #585858. Windows color (decimal): -4119720 or 5776321. OLE color: 5776321.

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

Color convert

RGB 193 35 88 -
CMYK 0 0.82 0.54 0.24
HSL 339.87º 0.69% 0.45% -
HSV(B) 339.87º 0.82% 0.76% -
XYZ 24.35 13.24 10.51 -
YUV 88.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 193 35 88 0 0.82 0.54 0.24 339.87 0.69 0.45
Hex C1 23 58 0 52 36 18 154 45 2D
Octal 301 43 130 0 122 66 30 524 105 55
Binary 11000001 100011 1011000 0 1010010 110110 11000 101010100 1000101 101101

Color Harmonies of #C12358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12358

Black with #C12358

Text Example


Text Example

White with #C12358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12358; }

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

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

background-color css

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

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

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

border-color css

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

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

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