#CB75AD

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

Shades of Hopbush #CB75AD

Tints of Hopbush #CB75AD

Color information

#CB75AD (or 0xCB75AD) is unknown color: approx Hopbush. HEX triplet: CB, 75 and AD. RGB value is (203,117,173). Sum of RGB (Red+Green+Blue) = 203+117+173=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB75AD is #348A52. Grayscale: #949494. Windows color (decimal): -3443283 or 11367883. OLE color: 11367883.

HSL color Cylindrical-coordinate representation of color #CB75AD: hue angle of 320.93º 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 #CB75AD is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203117173-
CMYK00.420.150.20
HSL320.93º45.26%62.75%-
HSV(B)320.93º42.36%79.61%-
XYZ38.5328.4442.99-
YUV149.1141.49166.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=41.18%
G=23.73%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311717300.420.150.20320.9345.2662.75
HexCB75AD02AF141412d3f
Octal31316525505217245015577
Binary110010111110101101011010101010111110100101000001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75AD; }

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

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

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

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

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

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

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

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