Html Css Color HEX #C1304C Old Rose

📋 copy color: '#C1304C'

red 193 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #C1304C

Tints of Old Rose #C1304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 60.88%
G = 15.14%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1304C (or 0xC1304C) is known color: Old Rose. HEX triplet: C1, 30 and 4C. RGB value is (193,48,76). Sum of RGB (Red+Green+Blue) = 193+48+76=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1304C is #3ECFB3. Grayscale: #5E5E5E. Windows color (decimal): -4116404 or 4993217. OLE color: 4993217.

HSL color Cylindrical-coordinate representation of color #C1304C: hue angle of 348.41º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1304C is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 76 -
CMYK 0 0.75 0.61 0.24
HSL 348.41º 0.6% 0.47% -
HSV(B) 348.41º 0.75% 0.76% -
XYZ 24.35 13.97 8.25 -
YUV 94.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 193 48 76 0 0.75 0.61 0.24 348.41 0.6 0.47
Hex C1 30 4C 0 4B 3D 18 15C 3C 2F
Octal 301 60 114 0 113 75 30 534 74 57
Binary 11000001 110000 1001100 0 1001011 111101 11000 101011100 111100 101111

Color Harmonies of #C1304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1304C

Black with #C1304C

Text Example


Text Example

White with #C1304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1304C; }

 p { color: rgb(193,48,76); }

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

background-color css

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

 a { background-color: rgb(193,48,76); }

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

border-color css

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

 span { border-color: rgb(193,48,76); }

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