#C23465

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

Shades of Rouge #C23465

Tints of Rouge #C23465

Color information

#C23465 (or 0xC23465) is unknown color: approx Rouge. HEX triplet: C2, 34 and 65. RGB value is (194,52,101). Sum of RGB (Red+Green+Blue) = 194+52+101=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C23465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23465 is #3DCB9A. Grayscale: #636363. Windows color (decimal): -4049819 or 6632642. OLE color: 6632642.

HSL color Cylindrical-coordinate representation of color #C23465: hue angle of 339.3º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23465 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19452101-
CMYK00.730.480.24
HSL339.3º57.72%48.24%-
HSV(B)339.3º73.2%76.08%-
XYZ25.8314.8613.82-
YUV100.04128.54195.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.91%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=55.91%
G=14.99%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945210100.730.480.24339.357.7248.24
HexC2346504930181533a30
Octal30264145011160305237260
Binary1100001011010011001010100100111000011000101010011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23465; }

 p { color: rgb(194,52,101); }

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

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

 a { background-color: rgb(194,52,101); }

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

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

 span { border-color: rgb(194,52,101); }

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