#CB75AC

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

Shades of Hopbush #CB75AC

Tints of Hopbush #CB75AC

Color information

#CB75AC (or 0xCB75AC) is unknown color: approx Hopbush. HEX triplet: CB, 75 and AC. RGB value is (203,117,172). Sum of RGB (Red+Green+Blue) = 203+117+172=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB75AC is #348A53. Grayscale: #949494. Windows color (decimal): -3443284 or 11302347. OLE color: 11302347.

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

Color convert

RGB203117172-
CMYK00.420.150.20
HSL321.63º45.26%62.75%-
HSV(B)321.63º42.36%79.61%-
XYZ38.4428.442.49-
YUV148.98140.99166.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=41.26%
G=23.78%
B=34.96%

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
Decimal20311717200.420.150.20321.6345.2662.75
HexCB75AC02AF141422d3f
Octal31316525405217245025577
Binary110010111110101101011000101010111110100101000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75AC; }

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

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

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

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

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

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

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

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