#C0668F

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

Shades of Hopbush #C0668F

Tints of Hopbush #C0668F

Color information

#C0668F (or 0xC0668F) is unknown color: approx Hopbush. HEX triplet: C0, 66 and 8F. RGB value is (192,102,143). Sum of RGB (Red+Green+Blue) = 192+102+143=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0668F is #3F9970. Grayscale: #858585. Windows color (decimal): -4168049 or 9397952. OLE color: 9397952.

HSL color Cylindrical-coordinate representation of color #C0668F: hue angle of 332.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0668F is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192102143-
CMYK00.470.260.25
HSL332.67º41.67%57.65%-
HSV(B)332.67º46.88%75.29%-
XYZ31.4522.6928.71-
YUV133.58133.32169.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=43.94%
G=23.34%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210214300.470.260.25332.6741.6757.65
HexC0668F02F1A1914d2a3a
Octal30014621705732315155272
Binary1100000011001101000111101011111101011001101001101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0668F; }

 p { color: rgb(192,102,143); }

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

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

 a { background-color: rgb(192,102,143); }

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

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

 span { border-color: rgb(192,102,143); }

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