Html Css Color HEX #C1365C Old Rose

📋 copy color: '#C1365C'

red 193 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #C1365C

Tints of Old Rose #C1365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 56.93%
G = 15.93%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1365C (or 0xC1365C) is known color: Old Rose. HEX triplet: C1, 36 and 5C. RGB value is (193,54,92). Sum of RGB (Red+Green+Blue) = 193+54+92=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1365C is #3EC9A3. Grayscale: #636363. Windows color (decimal): -4114852 or 6043329. OLE color: 6043329.

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

Color convert

RGB 193 54 92 -
CMYK 0 0.72 0.52 0.24
HSL 343.6º 0.56% 0.48% -
HSV(B) 343.6º 0.72% 0.76% -
XYZ 25.24 14.75 11.64 -
YUV 99.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 193 54 92 0 0.72 0.52 0.24 343.6 0.56 0.48
Hex C1 36 5C 0 48 34 18 158 38 30
Octal 301 66 134 0 110 64 30 530 70 60
Binary 11000001 110110 1011100 0 1001000 110100 11000 101011000 111000 110000

Color Harmonies of #C1365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1365C

Black with #C1365C

Text Example


Text Example

White with #C1365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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