#C67CAA

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

Shades of Hopbush #C67CAA

Tints of Hopbush #C67CAA

Color information

#C67CAA (or 0xC67CAA) is unknown color: approx Hopbush. HEX triplet: C6, 7C and AA. RGB value is (198,124,170). Sum of RGB (Red+Green+Blue) = 198+124+170=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67CAA is #398355. Grayscale: #979797. Windows color (decimal): -3769174 or 11173062. OLE color: 11173062.

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

Color convert

RGB198124170-
CMYK00.370.140.22
HSL322.7º39.36%63.14%-
HSV(B)322.7º37.37%77.65%-
XYZ37.7529.3241.7-
YUV151.37138.52161.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=40.24%
G=25.20%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812417000.370.140.22322.739.3663.14
HexC67CAA025E16143273f
Octal30617425204516265034777
Binary110001101111100101010100100101111010110101000011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67CAA; }

 p { color: rgb(198,124,170); }

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

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

 a { background-color: rgb(198,124,170); }

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

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

 span { border-color: rgb(198,124,170); }

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