#C1375A

Color #C1375A Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C1375A

Tints of Old Rose #C1375A

Color information

#C1375A (or 0xC1375A) is unknown color: approx Old Rose. HEX triplet: C1, 37 and 5A. RGB value is (193,55,90). Sum of RGB (Red+Green+Blue) = 193+55+90=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1375A is #3EC8A5. Grayscale: #646464. Windows color (decimal): -4114598 or 5912513. OLE color: 5912513.

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

Color convert

RGB1935590-
CMYK00.720.530.24
HSL344.78º55.65%48.63%-
HSV(B)344.78º71.5%75.69%-
XYZ25.214.8111.2-
YUV100.25122.22194.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=57.10%
G=16.27%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193559000.720.530.24344.7855.6548.63
HexC1375A04835181593831
Octal30167132011065305317061
Binary1100000111011110110100100100011010111000101011001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1375A; }

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

 H1.HeaderClassName
 {
   color: #C1375A;
 }
 .AnyTagClassName
 {
   color: #C1375A;
 }
</style>
background-color css

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

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

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

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

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

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