Html Css Color HEX #C1364C Old Rose

📋 copy color: '#C1364C'

red 193 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #C1364C

Tints of Old Rose #C1364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

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

R = 59.75%
G = 16.72%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1364C (or 0xC1364C) is known color: Old Rose. HEX triplet: C1, 36 and 4C. RGB value is (193,54,76). Sum of RGB (Red+Green+Blue) = 193+54+76=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1364C is #3EC9B3. Grayscale: #626262. Windows color (decimal): -4114868 or 4994753. OLE color: 4994753.

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

Color convert

RGB 193 54 76 -
CMYK 0 0.72 0.61 0.24
HSL 350.5º 0.56% 0.48% -
HSV(B) 350.5º 0.72% 0.76% -
XYZ 24.62 14.5 8.34 -
YUV 98.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 193 54 76 0 0.72 0.61 0.24 350.5 0.56 0.48
Hex C1 36 4C 0 48 3D 18 15F 38 30
Octal 301 66 114 0 110 75 30 537 70 60
Binary 11000001 110110 1001100 0 1001000 111101 11000 101011111 111000 110000

Color Harmonies of #C1364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1364C

Black with #C1364C

Text Example


Text Example

White with #C1364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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