Html Css Color HEX #C1375F Old Rose

📋 copy color: '#C1375F'

red 193 ◦ green 55 ◦ blue 95

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

Shades of Old Rose #C1375F

Tints of Old Rose #C1375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 56.27%
G = 16.03%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1375F (or 0xC1375F) is known color: Old Rose. HEX triplet: C1, 37 and 5F. RGB value is (193,55,95). Sum of RGB (Red+Green+Blue) = 193+55+95=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1375F is #3EC8A0. Grayscale: #646464. Windows color (decimal): -4114593 or 6240193. OLE color: 6240193.

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

Color convert

RGB 193 55 95 -
CMYK 0 0.72 0.51 0.24
HSL 342.61º 0.56% 0.49% -
HSV(B) 342.61º 0.72% 0.76% -
XYZ 25.42 14.9 12.36 -
YUV 100.82 124.72 193.75 -
System Red Green Blue C M Y K H S L
Decimal 193 55 95 0 0.72 0.51 0.24 342.61 0.56 0.49
Hex C1 37 5F 0 48 33 18 157 38 31
Octal 301 67 137 0 110 63 30 527 70 61
Binary 11000001 110111 1011111 0 1001000 110011 11000 101010111 111000 110001

Color Harmonies of #C1375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1375F

Black with #C1375F

Text Example


Text Example

White with #C1375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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