#C2668E

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

Shades of Hopbush #C2668E

Tints of Hopbush #C2668E

Color information

#C2668E (or 0xC2668E) is unknown color: approx Hopbush. HEX triplet: C2, 66 and 8E. RGB value is (194,102,142). Sum of RGB (Red+Green+Blue) = 194+102+142=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2668E is #3D9971. Grayscale: #868686. Windows color (decimal): -4036978 or 9332418. OLE color: 9332418.

HSL color Cylindrical-coordinate representation of color #C2668E: hue angle of 333.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2668E is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194102142-
CMYK00.470.270.24
HSL333.91º42.99%58.04%-
HSV(B)333.91º47.42%76.08%-
XYZ31.8822.9328.34-
YUV134.07132.48170.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 102 (40.23% from 255) = 23.29%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=44.29%
G=23.29%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410214200.470.270.24333.9142.9958.04
HexC2668E02F1B1814e2b3a
Octal30214621605733305165372
Binary1100001011001101000111001011111101111000101001110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2668E; }

 p { color: rgb(194,102,142); }

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

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

 a { background-color: rgb(194,102,142); }

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

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

 span { border-color: rgb(194,102,142); }

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