#C23B4C

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

Shades of Old Rose #C23B4C

Tints of Old Rose #C23B4C

Color information

#C23B4C (or 0xC23B4C) is unknown color: approx Old Rose. HEX triplet: C2, 3B and 4C. RGB value is (194,59,76). Sum of RGB (Red+Green+Blue) = 194+59+76=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B4C is #3DC4B3. Grayscale: #656565. Windows color (decimal): -4048052 or 4996034. OLE color: 4996034.

HSL color Cylindrical-coordinate representation of color #C23B4C: hue angle of 352.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B4C is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1945976-
CMYK00.700.610.24
HSL352.44º53.36%49.61%-
HSV(B)352.44º69.59%76.08%-
XYZ25.1215.128.43-
YUV101.3113.73194.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 59 (23.44% from 255) = 17.93%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=58.97%
G=17.93%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194597600.700.610.24352.4453.3649.61
HexC23B4C0463D181603532
Octal30273114010675305406562
Binary1100001011101110011000100011011110111000101100000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B4C; }

 p { color: rgb(194,59,76); }

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

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

 a { background-color: rgb(194,59,76); }

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

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

 span { border-color: rgb(194,59,76); }

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