#CB7195

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

Shades of Hopbush #CB7195

Tints of Hopbush #CB7195

Color information

#CB7195 (or 0xCB7195) is unknown color: approx Hopbush. HEX triplet: CB, 71 and 95. RGB value is (203,113,149). Sum of RGB (Red+Green+Blue) = 203+113+149=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7195 is #348E6A. Grayscale: #8F8F8F. Windows color (decimal): -3444331 or 9793995. OLE color: 9793995.

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

Color convert

RGB203113149-
CMYK00.440.270.20
HSL336º46.39%61.96%-
HSV(B)336º44.33%79.61%-
XYZ35.9626.6831.69-
YUV144.01130.82170.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=43.66%
G=24.30%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311314900.440.270.2033646.3961.96
HexCB719502C1B141502e3e
Octal31316122505433245205676
Binary1100101111100011001010101011001101110100101010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7195; }

 p { color: rgb(203,113,149); }

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

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

 a { background-color: rgb(203,113,149); }

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

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

 span { border-color: rgb(203,113,149); }

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