Html Css Color HEX #C1375E Old Rose

📋 copy color: '#C1375E'

red 193 ◦ green 55 ◦ blue 94

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

Shades of Old Rose #C1375E

Tints of Old Rose #C1375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 56.43%
G = 16.08%
B = 27.49%

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

#C1375E (or 0xC1375E) is known color: Old Rose. HEX triplet: C1, 37 and 5E. RGB value is (193,55,94). Sum of RGB (Red+Green+Blue) = 193+55+94=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1375E is #3EC8A1. Grayscale: #646464. Windows color (decimal): -4114594 or 6174657. OLE color: 6174657.

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

Color convert

RGB 193 55 94 -
CMYK 0 0.72 0.51 0.24
HSL 343.04º 0.56% 0.49% -
HSV(B) 343.04º 0.72% 0.76% -
XYZ 25.38 14.88 12.12 -
YUV 100.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 193 55 94 0 0.72 0.51 0.24 343.04 0.56 0.49
Hex C1 37 5E 0 48 33 18 157 38 31
Octal 301 67 136 0 110 63 30 527 70 61
Binary 11000001 110111 1011110 0 1001000 110011 11000 101010111 111000 110001

Color Harmonies of #C1375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1375E

Black with #C1375E

Text Example


Text Example

White with #C1375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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