Html Css Color HEX #C1375B Old Rose

📋 copy color: '#C1375B'

red 193 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #C1375B

Tints of Old Rose #C1375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.22%

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

R = 56.93%
G = 16.22%
B = 26.84%

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

#C1375B (or 0xC1375B) is known color: Old Rose. HEX triplet: C1, 37 and 5B. RGB value is (193,55,91). Sum of RGB (Red+Green+Blue) = 193+55+91=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1375B is #3EC8A4. Grayscale: #646464. Windows color (decimal): -4114597 or 5978049. OLE color: 5978049.

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

Color convert

RGB 193 55 91 -
CMYK 0 0.72 0.53 0.24
HSL 344.35º 0.56% 0.49% -
HSV(B) 344.35º 0.72% 0.76% -
XYZ 25.25 14.83 11.43 -
YUV 100.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 193 55 91 0 0.72 0.53 0.24 344.35 0.56 0.49
Hex C1 37 5B 0 48 35 18 158 38 31
Octal 301 67 133 0 110 65 30 530 70 61
Binary 11000001 110111 1011011 0 1001000 110101 11000 101011000 111000 110001

Color Harmonies of #C1375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1375B

Black with #C1375B

Text Example


Text Example

White with #C1375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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