Html Css Color HEX #C1365A Old Rose

📋 copy color: '#C1365A'

red 193 ◦ green 54 ◦ blue 90

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

Shades of Old Rose #C1365A

Tints of Old Rose #C1365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 57.27%
G = 16.02%
B = 26.71%

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

#C1365A (or 0xC1365A) is known color: Old Rose. HEX triplet: C1, 36 and 5A. RGB value is (193,54,90). Sum of RGB (Red+Green+Blue) = 193+54+90=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1365A is #3EC9A5. Grayscale: #636363. Windows color (decimal): -4114854 or 5912257. OLE color: 5912257.

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

Color convert

RGB 193 54 90 -
CMYK 0 0.72 0.53 0.24
HSL 344.46º 0.56% 0.48% -
HSV(B) 344.46º 0.72% 0.76% -
XYZ 25.16 14.71 11.19 -
YUV 99.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 193 54 90 0 0.72 0.53 0.24 344.46 0.56 0.48
Hex C1 36 5A 0 48 35 18 158 38 30
Octal 301 66 132 0 110 65 30 530 70 60
Binary 11000001 110110 1011010 0 1001000 110101 11000 101011000 111000 110000

Color Harmonies of #C1365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1365A

Black with #C1365A

Text Example


Text Example

White with #C1365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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