#C23466

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

Shades of Rouge #C23466

Tints of Rouge #C23466

Color information

#C23466 (or 0xC23466) is unknown color: approx Rouge. HEX triplet: C2, 34 and 66. RGB value is (194,52,102). Sum of RGB (Red+Green+Blue) = 194+52+102=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C23466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23466 is #3DCB99. Grayscale: #646464. Windows color (decimal): -4049818 or 6698178. OLE color: 6698178.

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

Color convert

RGB19452102-
CMYK00.730.470.24
HSL338.87º57.72%48.24%-
HSV(B)338.87º73.2%76.08%-
XYZ25.8714.8814.08-
YUV100.16129.04194.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=55.75%
G=14.94%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945210200.730.470.24338.8757.7248.24
HexC234660492F181533a30
Octal30264146011157305237260
Binary1100001011010011001100100100110111111000101010011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23466; }

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

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

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

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

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

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

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

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