#CB5D83

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

Shades of Hopbush #CB5D83

Tints of Hopbush #CB5D83

Color information

#CB5D83 (or 0xCB5D83) is unknown color: approx Hopbush. HEX triplet: CB, 5D and 83. RGB value is (203,93,131). Sum of RGB (Red+Green+Blue) = 203+93+131=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D83 is #34A27C. Grayscale: #828282. Windows color (decimal): -3449469 or 8609227. OLE color: 8609227.

HSL color Cylindrical-coordinate representation of color #CB5D83: hue angle of 339.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5D83 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB20393131-
CMYK00.540.350.20
HSL339.27º51.4%58.04%-
HSV(B)339.27º54.19%79.61%-
XYZ32.6422.1624.03-
YUV130.22128.44179.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=47.54%
G=21.78%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039313100.540.350.20339.2751.458.04
HexCB5D830362314153333a
Octal31313520306643245236372
Binary11001011101110110000011011011010001110100101010011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D83; }

 p { color: rgb(203,93,131); }

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

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

 a { background-color: rgb(203,93,131); }

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

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

 span { border-color: rgb(203,93,131); }

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