#CB6992

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

Shades of Hopbush #CB6992

Tints of Hopbush #CB6992

Color information

#CB6992 (or 0xCB6992) is unknown color: approx Hopbush. HEX triplet: CB, 69 and 92. RGB value is (203,105,146). Sum of RGB (Red+Green+Blue) = 203+105+146=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6992 is #34966D. Grayscale: #8A8A8A. Windows color (decimal): -3446382 or 9595339. OLE color: 9595339.

HSL color Cylindrical-coordinate representation of color #CB6992: hue angle of 334.9º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6992 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203105146-
CMYK00.480.280.20
HSL334.9º48.51%60.39%-
HSV(B)334.9º48.28%79.61%-
XYZ34.8724.8730.16-
YUV138.98131.97173.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=44.71%
G=23.13%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310514600.480.280.20334.948.5160.39
HexCB69920301C1414f313c
Octal31315122206034245176174
Binary1100101111010011001001001100001110010100101001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6992; }

 p { color: rgb(203,105,146); }

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

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

 a { background-color: rgb(203,105,146); }

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

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

 span { border-color: rgb(203,105,146); }

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