#C767A6

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

Shades of Hopbush #C767A6

Tints of Hopbush #C767A6

Color information

#C767A6 (or 0xC767A6) is unknown color: approx Hopbush. HEX triplet: C7, 67 and A6. RGB value is (199,103,166). Sum of RGB (Red+Green+Blue) = 199+103+166=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C767A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767A6 is #389859. Grayscale: #8A8A8A. Windows color (decimal): -3709018 or 10905543. OLE color: 10905543.

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

Color convert

RGB199103166-
CMYK00.480.170.22
HSL320.62º46.15%59.22%-
HSV(B)320.62º48.24%78.04%-
XYZ35.2924.638.96-
YUV138.89143.3170.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=42.52%
G=22.01%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910316600.480.170.22320.6246.1559.22
HexC767A603011161412e3b
Octal30714724606021265015673
Binary1100011111001111010011001100001000110110101000001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767A6; }

 p { color: rgb(199,103,166); }

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

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

 a { background-color: rgb(199,103,166); }

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

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

 span { border-color: rgb(199,103,166); }

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