#CB6082

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

Shades of Hopbush #CB6082

Tints of Hopbush #CB6082

Color information

#CB6082 (or 0xCB6082) is unknown color: approx Hopbush. HEX triplet: CB, 60 and 82. RGB value is (203,96,130). Sum of RGB (Red+Green+Blue) = 203+96+130=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6082 is #349F7D. Grayscale: #838383. Windows color (decimal): -3448702 or 8544459. OLE color: 8544459.

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

Color convert

RGB20396130-
CMYK00.530.360.20
HSL340.93º50.71%58.63%-
HSV(B)340.93º52.71%79.61%-
XYZ32.8422.6723.76-
YUV131.87126.95178.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=47.32%
G=22.38%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039613000.530.360.20340.9350.7158.63
HexCB60820352414155333b
Octal31314020206544245256373
Binary11001011110000010000010011010110010010100101010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6082; }

 p { color: rgb(203,96,130); }

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

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

 a { background-color: rgb(203,96,130); }

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

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

 span { border-color: rgb(203,96,130); }

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