Html Css Color HEX #C12654 Old Rose

📋 copy color: '#C12654'

red 193 ◦ green 38 ◦ blue 84

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

Shades of Old Rose #C12654

Tints of Old Rose #C12654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.67%

R = 61.27%
G = 12.06%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C12654 (or 0xC12654) is known color: Old Rose. HEX triplet: C1, 26 and 54. RGB value is (193,38,84). Sum of RGB (Red+Green+Blue) = 193+38+84=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C12654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12654 is #3ED9AB. Grayscale: #595959. Windows color (decimal): -4118956 or 5514945. OLE color: 5514945.

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

Color convert

RGB 193 38 84 -
CMYK 0 0.80 0.56 0.24
HSL 342.19º 0.67% 0.45% -
HSV(B) 342.19º 0.8% 0.76% -
XYZ 24.29 13.36 9.69 -
YUV 89.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 193 38 84 0 0.80 0.56 0.24 342.19 0.67 0.45
Hex C1 26 54 0 50 38 18 156 43 2D
Octal 301 46 124 0 120 70 30 526 103 55
Binary 11000001 100110 1010100 0 1010000 111000 11000 101010110 1000011 101101

Color Harmonies of #C12654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12654

Black with #C12654

Text Example


Text Example

White with #C12654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12654; }

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

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

background-color css

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

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

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

border-color css

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

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

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