#CB75AA

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

Shades of Hopbush #CB75AA

Tints of Hopbush #CB75AA

Color information

#CB75AA (or 0xCB75AA) is unknown color: approx Hopbush. HEX triplet: CB, 75 and AA. RGB value is (203,117,170). Sum of RGB (Red+Green+Blue) = 203+117+170=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB75AA is #348A55. Grayscale: #949494. Windows color (decimal): -3443286 or 11171275. OLE color: 11171275.

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

Color convert

RGB203117170-
CMYK00.420.160.20
HSL323.02º45.26%62.75%-
HSV(B)323.02º42.36%79.61%-
XYZ38.2528.3241.48-
YUV148.76139.99166.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=41.43%
G=23.88%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311717000.420.160.20323.0245.2662.75
HexCB75AA02A10141432d3f
Octal31316525205220245035577
Binary1100101111101011010101001010101000010100101000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75AA; }

 p { color: rgb(203,117,170); }

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

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

 a { background-color: rgb(203,117,170); }

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

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

 span { border-color: rgb(203,117,170); }

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