Html Css Color HEX #C1365B Old Rose

📋 copy color: '#C1365B'

red 193 ◦ green 54 ◦ blue 91

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

Shades of Old Rose #C1365B

Tints of Old Rose #C1365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 57.1%
G = 15.98%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1365B (or 0xC1365B) is known color: Old Rose. HEX triplet: C1, 36 and 5B. RGB value is (193,54,91). Sum of RGB (Red+Green+Blue) = 193+54+91=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1365B is #3EC9A4. Grayscale: #636363. Windows color (decimal): -4114853 or 5977793. OLE color: 5977793.

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

Color convert

RGB 193 54 91 -
CMYK 0 0.72 0.53 0.24
HSL 344.03º 0.56% 0.48% -
HSV(B) 344.03º 0.72% 0.76% -
XYZ 25.2 14.73 11.41 -
YUV 99.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 193 54 91 0 0.72 0.53 0.24 344.03 0.56 0.48
Hex C1 36 5B 0 48 35 18 158 38 30
Octal 301 66 133 0 110 65 30 530 70 60
Binary 11000001 110110 1011011 0 1001000 110101 11000 101011000 111000 110000

Color Harmonies of #C1365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1365B

Black with #C1365B

Text Example


Text Example

White with #C1365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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