#C1235C

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

Shades of Old Rose #C1235C

Tints of Old Rose #C1235C

Color information

#C1235C (or 0xC1235C) is unknown color: approx Old Rose. HEX triplet: C1, 23 and 5C. RGB value is (193,35,92). Sum of RGB (Red+Green+Blue) = 193+35+92=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1235C is #3EDCA3. Grayscale: #585858. Windows color (decimal): -4119716 or 6038465. OLE color: 6038465.

HSL color Cylindrical-coordinate representation of color #C1235C: hue angle of 338.35º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1235C is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1933592-
CMYK00.820.520.24
HSL338.35º69.3%44.71%-
HSV(B)338.35º81.87%75.69%-
XYZ24.5313.3111.4-
YUV88.74129.85202.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.31%
GREEN value IS 35 (14.06% from 255) = 10.94%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=60.31%
G=10.94%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193359200.820.520.24338.3569.344.71
HexC1235C0523418152452d
Octal301431340122643052210555
Binary11000001100011101110001010010110100110001010100101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1235C; }

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

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

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

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

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

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

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

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