#CB6D97

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

Shades of Hopbush #CB6D97

Tints of Hopbush #CB6D97

Color information

#CB6D97 (or 0xCB6D97) is unknown color: approx Hopbush. HEX triplet: CB, 6D and 97. RGB value is (203,109,151). Sum of RGB (Red+Green+Blue) = 203+109+151=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6D97 is #349268. Grayscale: #8D8D8D. Windows color (decimal): -3445353 or 9924043. OLE color: 9924043.

HSL color Cylindrical-coordinate representation of color #CB6D97: hue angle of 333.19º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6D97 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203109151-
CMYK00.460.260.20
HSL333.19º47.47%61.18%-
HSV(B)333.19º46.31%79.61%-
XYZ35.6825.8732.39-
YUV141.89133.14171.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=43.84%
G=23.54%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310915100.460.260.20333.1947.4761.18
HexCB6D9702E1A1414d2f3d
Octal31315522705632245155775
Binary1100101111011011001011101011101101010100101001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D97; }

 p { color: rgb(203,109,151); }

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

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

 a { background-color: rgb(203,109,151); }

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

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

 span { border-color: rgb(203,109,151); }

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