Html Css Color HEX #C1364E Old Rose

📋 copy color: '#C1364E'

red 193 ◦ green 54 ◦ blue 78

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

Shades of Old Rose #C1364E

Tints of Old Rose #C1364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24%

R = 59.38%
G = 16.62%
B = 24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1364E (or 0xC1364E) is known color: Old Rose. HEX triplet: C1, 36 and 4E. RGB value is (193,54,78). Sum of RGB (Red+Green+Blue) = 193+54+78=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1364E is #3EC9B1. Grayscale: #626262. Windows color (decimal): -4114866 or 5125825. OLE color: 5125825.

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

Color convert

RGB 193 54 78 -
CMYK 0 0.72 0.60 0.24
HSL 349.64º 0.56% 0.48% -
HSV(B) 349.64º 0.72% 0.76% -
XYZ 24.69 14.53 8.71 -
YUV 98.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 193 54 78 0 0.72 0.60 0.24 349.64 0.56 0.48
Hex C1 36 4E 0 48 3C 18 15E 38 30
Octal 301 66 116 0 110 74 30 536 70 60
Binary 11000001 110110 1001110 0 1001000 111100 11000 101011110 111000 110000

Color Harmonies of #C1364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1364E

Black with #C1364E

Text Example


Text Example

White with #C1364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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