#CB6296

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

Shades of Hopbush #CB6296

Tints of Hopbush #CB6296

Color information

#CB6296 (or 0xCB6296) is unknown color: approx Hopbush. HEX triplet: CB, 62 and 96. RGB value is (203,98,150). Sum of RGB (Red+Green+Blue) = 203+98+150=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6296 is #349D69. Grayscale: #878787. Windows color (decimal): -3448170 or 9855691. OLE color: 9855691.

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

Color convert

RGB20398150-
CMYK00.520.260.20
HSL330.29º50.24%59.02%-
HSV(B)330.29º51.72%79.61%-
XYZ34.523.6331.6-
YUV135.32136.29176.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=45.01%
G=21.73%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039815000.520.260.20330.2950.2459.02
HexCB62960341A1414a323b
Octal31314222606432245126273
Binary1100101111000101001011001101001101010100101001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6296; }

 p { color: rgb(203,98,150); }

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

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

 a { background-color: rgb(203,98,150); }

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

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

 span { border-color: rgb(203,98,150); }

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