#C2768F

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

Shades of Hopbush #C2768F

Tints of Hopbush #C2768F

Color information

#C2768F (or 0xC2768F) is unknown color: approx Hopbush. HEX triplet: C2, 76 and 8F. RGB value is (194,118,143). Sum of RGB (Red+Green+Blue) = 194+118+143=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2768F is #3D8970. Grayscale: #8F8F8F. Windows color (decimal): -4032881 or 9402050. OLE color: 9402050.

HSL color Cylindrical-coordinate representation of color #C2768F: hue angle of 340.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2768F is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194118143-
CMYK00.390.260.24
HSL340.26º38.38%61.18%-
HSV(B)340.26º39.18%76.08%-
XYZ33.6826.4129.31-
YUV143.57127.68163.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=42.64%
G=25.93%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411814300.390.260.24340.2638.3861.18
HexC2768F0271A18154263d
Octal30216621704732305244675
Binary1100001011101101000111101001111101011000101010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2768F; }

 p { color: rgb(194,118,143); }

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

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

 a { background-color: rgb(194,118,143); }

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

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

 span { border-color: rgb(194,118,143); }

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