#C967A9

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

Shades of Hopbush #C967A9

Tints of Hopbush #C967A9

Color information

#C967A9 (or 0xC967A9) is unknown color: approx Hopbush. HEX triplet: C9, 67 and A9. RGB value is (201,103,169). Sum of RGB (Red+Green+Blue) = 201+103+169=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C967A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C967A9 is #369856. Grayscale: #8B8B8B. Windows color (decimal): -3577943 or 11102153. OLE color: 11102153.

HSL color Cylindrical-coordinate representation of color #C967A9: hue angle of 319.59º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C967A9 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB201103169-
CMYK00.490.160.21
HSL319.59º47.57%59.61%-
HSV(B)319.59º48.76%78.82%-
XYZ36.124.9840.46-
YUV139.83144.47171.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=42.49%
G=21.78%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110316900.490.160.21319.5947.5759.61
HexC967A90311015140303c
Octal31114725106120255006074
Binary1100100111001111010100101100011000010101101000000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967A9; }

 p { color: rgb(201,103,169); }

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

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

 a { background-color: rgb(201,103,169); }

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

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

 span { border-color: rgb(201,103,169); }

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