Html Css Color HEX #C1395B Old Rose

📋 copy color: '#C1395B'

red 193 ◦ green 57 ◦ blue 91

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

Shades of Old Rose #C1395B

Tints of Old Rose #C1395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 56.6%
G = 16.72%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1395B (or 0xC1395B) is known color: Old Rose. HEX triplet: C1, 39 and 5B. RGB value is (193,57,91). Sum of RGB (Red+Green+Blue) = 193+57+91=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1395B is #3EC6A4. Grayscale: #656565. Windows color (decimal): -4114085 or 5978561. OLE color: 5978561.

HSL color Cylindrical-coordinate representation of color #C1395B: hue angle of 345º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1395B is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 91 -
CMYK 0 0.70 0.53 0.24
HSL 345º 0.54% 0.49% -
HSV(B) 345º 0.7% 0.76% -
XYZ 25.34 15.02 11.46 -
YUV 101.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 193 57 91 0 0.70 0.53 0.24 345 0.54 0.49
Hex C1 39 5B 0 46 35 18 159 36 31
Octal 301 71 133 0 106 65 30 531 66 61
Binary 11000001 111001 1011011 0 1000110 110101 11000 101011001 110110 110001

Color Harmonies of #C1395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1395B

Black with #C1395B

Text Example


Text Example

White with #C1395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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