#C7668B

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

Shades of Hopbush #C7668B

Tints of Hopbush #C7668B

Color information

#C7668B (or 0xC7668B) is unknown color: approx Hopbush. HEX triplet: C7, 66 and 8B. RGB value is (199,102,139). Sum of RGB (Red+Green+Blue) = 199+102+139=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7668B is #389974. Grayscale: #878787. Windows color (decimal): -3709301 or 9135815. OLE color: 9135815.

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

Color convert

RGB199102139-
CMYK00.490.300.22
HSL337.11º46.41%59.02%-
HSV(B)337.11º48.74%78.04%-
XYZ32.9623.5127.23-
YUV135.22130.14173.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=45.23%
G=23.18%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910213900.490.300.22337.1146.4159.02
HexC7668B0311E161512e3b
Octal30714621306136265215673
Binary1100011111001101000101101100011111010110101010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7668B; }

 p { color: rgb(199,102,139); }

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

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

 a { background-color: rgb(199,102,139); }

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

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

 span { border-color: rgb(199,102,139); }

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