#CB67AB

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

Shades of Hopbush #CB67AB

Tints of Hopbush #CB67AB

Color information

#CB67AB (or 0xCB67AB) is unknown color: approx Hopbush. HEX triplet: CB, 67 and AB. RGB value is (203,103,171). Sum of RGB (Red+Green+Blue) = 203+103+171=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB67AB is #349854. Grayscale: #8C8C8C. Windows color (decimal): -3446869 or 11233227. OLE color: 11233227.

HSL color Cylindrical-coordinate representation of color #CB67AB: hue angle of 319.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB67AB is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203103171-
CMYK00.490.160.20
HSL319.2º49.02%60%-
HSV(B)319.2º49.26%79.61%-
XYZ36.8325.3441.48-
YUV140.65145.13172.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=42.56%
G=21.59%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310317100.490.160.20319.249.0260
HexCB67AB031101413f313c
Octal31314725306120244776174
Binary1100101111001111010101101100011000010100100111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67AB; }

 p { color: rgb(203,103,171); }

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

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

 a { background-color: rgb(203,103,171); }

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

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

 span { border-color: rgb(203,103,171); }

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