Html Css Color HEX #C1355B Old Rose

📋 copy color: '#C1355B'

red 193 ◦ green 53 ◦ blue 91

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

Shades of Old Rose #C1355B

Tints of Old Rose #C1355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 57.27%
G = 15.73%
B = 27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1355B (or 0xC1355B) is known color: Old Rose. HEX triplet: C1, 35 and 5B. RGB value is (193,53,91). Sum of RGB (Red+Green+Blue) = 193+53+91=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1355B is #3ECAA4. Grayscale: #636363. Windows color (decimal): -4115109 or 5977537. OLE color: 5977537.

HSL color Cylindrical-coordinate representation of color #C1355B: hue angle of 343.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1355B is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 91 -
CMYK 0 0.73 0.53 0.24
HSL 343.71º 0.57% 0.48% -
HSV(B) 343.71º 0.73% 0.76% -
XYZ 25.15 14.64 11.4 -
YUV 99.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 193 53 91 0 0.73 0.53 0.24 343.71 0.57 0.48
Hex C1 35 5B 0 49 35 18 158 39 30
Octal 301 65 133 0 111 65 30 530 71 60
Binary 11000001 110101 1011011 0 1001001 110101 11000 101011000 111001 110000

Color Harmonies of #C1355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1355B

Black with #C1355B

Text Example


Text Example

White with #C1355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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