Html Css Color HEX #C1375C Old Rose

📋 copy color: '#C1375C'

red 193 ◦ green 55 ◦ blue 92

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

Shades of Old Rose #C1375C

Tints of Old Rose #C1375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 56.76%
G = 16.18%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1375C (or 0xC1375C) is known color: Old Rose. HEX triplet: C1, 37 and 5C. RGB value is (193,55,92). Sum of RGB (Red+Green+Blue) = 193+55+92=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1375C is #3EC8A3. Grayscale: #646464. Windows color (decimal): -4114596 or 6043585. OLE color: 6043585.

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

Color convert

RGB 193 55 92 -
CMYK 0 0.72 0.52 0.24
HSL 343.91º 0.56% 0.49% -
HSV(B) 343.91º 0.72% 0.76% -
XYZ 25.29 14.84 11.66 -
YUV 100.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 193 55 92 0 0.72 0.52 0.24 343.91 0.56 0.49
Hex C1 37 5C 0 48 34 18 158 38 31
Octal 301 67 134 0 110 64 30 530 70 61
Binary 11000001 110111 1011100 0 1001000 110100 11000 101011000 111000 110001

Color Harmonies of #C1375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1375C

Black with #C1375C

Text Example


Text Example

White with #C1375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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