#C967AA

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

Shades of Hopbush #C967AA

Tints of Hopbush #C967AA

Color information

#C967AA (or 0xC967AA) is unknown color: approx Hopbush. HEX triplet: C9, 67 and AA. RGB value is (201,103,170). Sum of RGB (Red+Green+Blue) = 201+103+170=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C967AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C967AA is #369855. Grayscale: #8B8B8B. Windows color (decimal): -3577942 or 11167689. OLE color: 11167689.

HSL color Cylindrical-coordinate representation of color #C967AA: hue angle of 318.98º 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 #C967AA is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201103170-
CMYK00.490.150.21
HSL318.98º47.57%59.61%-
HSV(B)318.98º48.76%78.82%-
XYZ36.1925.0240.95-
YUV139.94144.97171.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 103 (40.62% from 255) = 21.73%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=42.41%
G=21.73%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110317000.490.150.21318.9847.5759.61
HexC967AA031F1513f303c
Octal31114725206117254776074
Binary110010011100111101010100110001111110101100111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967AA; }

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

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

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

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

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

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

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

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