#CB75AE

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

Shades of Hopbush #CB75AE

Tints of Hopbush #CB75AE

Color information

#CB75AE (or 0xCB75AE) is unknown color: approx Hopbush. HEX triplet: CB, 75 and AE. RGB value is (203,117,174). Sum of RGB (Red+Green+Blue) = 203+117+174=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB75AE is #348A51. Grayscale: #959595. Windows color (decimal): -3443282 or 11433419. OLE color: 11433419.

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

Color convert

RGB203117174-
CMYK00.420.140.20
HSL320.23º45.26%62.75%-
HSV(B)320.23º42.36%79.61%-
XYZ38.6328.4843.5-
YUV149.21141.99166.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=41.09%
G=23.68%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311717400.420.140.20320.2345.2662.75
HexCB75AE02AE141402d3f
Octal31316525605216245005577
Binary110010111110101101011100101010111010100101000000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75AE; }

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

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

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

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

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

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

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

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