#C67FA5

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

Shades of Hopbush #C67FA5

Tints of Hopbush #C67FA5

Color information

#C67FA5 (or 0xC67FA5) is unknown color: approx Hopbush. HEX triplet: C6, 7F and A5. RGB value is (198,127,165). Sum of RGB (Red+Green+Blue) = 198+127+165=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67FA5 is #39805A. Grayscale: #989898. Windows color (decimal): -3768411 or 10846150. OLE color: 10846150.

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

Color convert

RGB198127165-
CMYK00.360.170.22
HSL327.89º38.38%63.73%-
HSV(B)327.89º35.86%77.65%-
XYZ37.6729.939.38-
YUV152.56135.02160.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=40.41%
G=25.92%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812716500.360.170.22327.8938.3863.73
HexC67FA502411161482640
Octal306177245044212651046100
Binary11000110111111110100101010010010001101101010010001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FA5; }

 p { color: rgb(198,127,165); }

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

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

 a { background-color: rgb(198,127,165); }

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

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

 span { border-color: rgb(198,127,165); }

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