Html Css Color HEX #C12754 Old Rose

📋 copy color: '#C12754'

red 193 ◦ green 39 ◦ blue 84

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

Shades of Old Rose #C12754

Tints of Old Rose #C12754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

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

R = 61.08%
G = 12.34%
B = 26.58%

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

#C12754 (or 0xC12754) is known color: Old Rose. HEX triplet: C1, 27 and 54. RGB value is (193,39,84). Sum of RGB (Red+Green+Blue) = 193+39+84=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C12754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12754 is #3ED8AB. Grayscale: #5A5A5A. Windows color (decimal): -4118700 or 5515201. OLE color: 5515201.

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

Color convert

RGB 193 39 84 -
CMYK 0 0.80 0.56 0.24
HSL 342.47º 0.66% 0.45% -
HSV(B) 342.47º 0.8% 0.76% -
XYZ 24.32 13.43 9.7 -
YUV 90.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 193 39 84 0 0.80 0.56 0.24 342.47 0.66 0.45
Hex C1 27 54 0 50 38 18 156 42 2D
Octal 301 47 124 0 120 70 30 526 102 55
Binary 11000001 100111 1010100 0 1010000 111000 11000 101010110 1000010 101101

Color Harmonies of #C12754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12754

Black with #C12754

Text Example


Text Example

White with #C12754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12754; }

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

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

background-color css

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

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

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

border-color css

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

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

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