#C67E8B

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

Shades of Charm #C67E8B

Tints of Charm #C67E8B

Color information

#C67E8B (or 0xC67E8B) is unknown color: approx Charm. HEX triplet: C6, 7E and 8B. RGB value is (198,126,139). Sum of RGB (Red+Green+Blue) = 198+126+139=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67E8B is #398174. Grayscale: #959595. Windows color (decimal): -3768693 or 9141958. OLE color: 9141958.

HSL color Cylindrical-coordinate representation of color #C67E8B: hue angle of 349.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67E8B is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB198126139-
CMYK00.360.300.22
HSL349.17º38.71%63.53%-
HSV(B)349.17º36.36%77.65%-
XYZ35.4128.7928.12-
YUV149.01122.35162.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=42.76%
G=27.21%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812613900.360.300.22349.1738.7163.53
HexC67E8B0241E1615d2740
Octal306176213044362653547100
Binary11000110111111010001011010010011110101101010111011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E8B; }

 p { color: rgb(198,126,139); }

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

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

 a { background-color: rgb(198,126,139); }

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

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

 span { border-color: rgb(198,126,139); }

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