Html Css Color HEX #C1364A Old Rose

📋 copy color: '#C1364A'

red 193 ◦ green 54 ◦ blue 74

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

Shades of Old Rose #C1364A

Tints of Old Rose #C1364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 60.12%
G = 16.82%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1364A (or 0xC1364A) is known color: Old Rose. HEX triplet: C1, 36 and 4A. RGB value is (193,54,74). Sum of RGB (Red+Green+Blue) = 193+54+74=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1364A is #3EC9B5. Grayscale: #616161. Windows color (decimal): -4114870 or 4863681. OLE color: 4863681.

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

Color convert

RGB 193 54 74 -
CMYK 0 0.72 0.62 0.24
HSL 351.37º 0.56% 0.48% -
HSV(B) 351.37º 0.72% 0.76% -
XYZ 24.55 14.47 7.98 -
YUV 97.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 193 54 74 0 0.72 0.62 0.24 351.37 0.56 0.48
Hex C1 36 4A 0 48 3E 18 15F 38 30
Octal 301 66 112 0 110 76 30 537 70 60
Binary 11000001 110110 1001010 0 1001000 111110 11000 101011111 111000 110000

Color Harmonies of #C1364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1364A

Black with #C1364A

Text Example


Text Example

White with #C1364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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