#C9667D

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

Shades of Charm #C9667D

Tints of Charm #C9667D

Color information

#C9667D (or 0xC9667D) is unknown color: approx Charm. HEX triplet: C9, 66 and 7D. RGB value is (201,102,125). Sum of RGB (Red+Green+Blue) = 201+102+125=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9667D is #369982. Grayscale: #868686. Windows color (decimal): -3578243 or 8218313. OLE color: 8218313.

HSL color Cylindrical-coordinate representation of color #C9667D: hue angle of 346.06º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9667D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB201102125-
CMYK00.490.380.21
HSL346.06º47.83%59.41%-
HSV(B)346.06º49.25%78.82%-
XYZ32.5423.422.2-
YUV134.22122.8175.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=46.96%
G=23.83%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110212500.490.380.21346.0647.8359.41
HexC9667D031261515a303b
Octal31114617506146255326073
Binary1100100111001101111101011000110011010101101011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9667D; }

 p { color: rgb(201,102,125); }

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

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

 a { background-color: rgb(201,102,125); }

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

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

 span { border-color: rgb(201,102,125); }

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