#C67AA0

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

Shades of Hopbush #C67AA0

Tints of Hopbush #C67AA0

Color information

#C67AA0 (or 0xC67AA0) is unknown color: approx Hopbush. HEX triplet: C6, 7A and A0. RGB value is (198,122,160). Sum of RGB (Red+Green+Blue) = 198+122+160=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AA0 is #39855F. Grayscale: #949494. Windows color (decimal): -3769696 or 10517190. OLE color: 10517190.

HSL color Cylindrical-coordinate representation of color #C67AA0: hue angle of 330º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67AA0 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB198122160-
CMYK00.380.190.22
HSL330º40%62.75%-
HSV(B)330º38.38%77.65%-
XYZ36.5928.4636.82-
YUV149.06134.18162.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=41.25%
G=25.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812216000.380.190.223304062.75
HexC67AA0026131614a283f
Octal30617224004623265125077
Binary1100011011110101010000001001101001110110101001010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67AA0; }

 p { color: rgb(198,122,160); }

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

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

 a { background-color: rgb(198,122,160); }

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

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

 span { border-color: rgb(198,122,160); }

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