#CB7693

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

Shades of Hopbush #CB7693

Tints of Hopbush #CB7693

Color information

#CB7693 (or 0xCB7693) is unknown color: approx Hopbush. HEX triplet: CB, 76 and 93. RGB value is (203,118,147). Sum of RGB (Red+Green+Blue) = 203+118+147=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7693 is #34896C. Grayscale: #929292. Windows color (decimal): -3443053 or 9664203. OLE color: 9664203.

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

Color convert

RGB203118147-
CMYK00.420.280.20
HSL339.53º44.97%62.94%-
HSV(B)339.53º41.87%79.61%-
XYZ36.3727.7631.04-
YUV146.72128.16168.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=43.38%
G=25.21%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311814700.420.280.20339.5344.9762.94
HexCB769302A1C141542d3f
Octal31316622305234245245577
Binary1100101111101101001001101010101110010100101010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7693; }

 p { color: rgb(203,118,147); }

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

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

 a { background-color: rgb(203,118,147); }

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

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

 span { border-color: rgb(203,118,147); }

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