#C67BAB

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

Shades of Hopbush #C67BAB

Tints of Hopbush #C67BAB

Color information

#C67BAB (or 0xC67BAB) is unknown color: approx Hopbush. HEX triplet: C6, 7B and AB. RGB value is (198,123,171). Sum of RGB (Red+Green+Blue) = 198+123+171=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67BAB is #398454. Grayscale: #969696. Windows color (decimal): -3769429 or 11238342. OLE color: 11238342.

HSL color Cylindrical-coordinate representation of color #C67BAB: hue angle of 321.6º 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 #C67BAB is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198123171-
CMYK00.380.140.22
HSL321.6º39.68%62.94%-
HSV(B)321.6º37.88%77.65%-
XYZ37.7229.1142.16-
YUV150.9139.35161.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=40.24%
G=25%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812317100.380.140.22321.639.6862.94
HexC67BAB026E16142283f
Octal30617325304616265025077
Binary110001101111011101010110100110111010110101000010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BAB; }

 p { color: rgb(198,123,171); }

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

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

 a { background-color: rgb(198,123,171); }

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

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

 span { border-color: rgb(198,123,171); }

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