#C9667C

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

Shades of Charm #C9667C

Tints of Charm #C9667C

Color information

#C9667C (or 0xC9667C) is unknown color: approx Charm. HEX triplet: C9, 66 and 7C. RGB value is (201,102,124). Sum of RGB (Red+Green+Blue) = 201+102+124=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9667C is #369983. Grayscale: #868686. Windows color (decimal): -3578244 or 8152777. OLE color: 8152777.

HSL color Cylindrical-coordinate representation of color #C9667C: hue angle of 346.67º 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 #C9667C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB201102124-
CMYK00.490.380.21
HSL346.67º47.83%59.41%-
HSV(B)346.67º49.25%78.82%-
XYZ32.4823.3821.87-
YUV134.11122.3175.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.07%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=47.07%
G=23.89%
B=29.04%

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
Decimal20110212400.490.380.21346.6747.8359.41
HexC9667C031261515b303b
Octal31114617406146255336073
Binary1100100111001101111100011000110011010101101011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9667C; }

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

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

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

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

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

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

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

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