#CB6993

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

Shades of Hopbush #CB6993

Tints of Hopbush #CB6993

Color information

#CB6993 (or 0xCB6993) is unknown color: approx Hopbush. HEX triplet: CB, 69 and 93. RGB value is (203,105,147). Sum of RGB (Red+Green+Blue) = 203+105+147=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6993 is #34966C. Grayscale: #8B8B8B. Windows color (decimal): -3446381 or 9660875. OLE color: 9660875.

HSL color Cylindrical-coordinate representation of color #CB6993: hue angle of 334.29º 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 #CB6993 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203105147-
CMYK00.480.280.20
HSL334.29º48.51%60.39%-
HSV(B)334.29º48.28%79.61%-
XYZ34.9524.9130.57-
YUV139.09132.47173.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=44.62%
G=23.08%
B=32.31%

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
Decimal20310514700.480.280.20334.2948.5160.39
HexCB69930301C1414e313c
Octal31315122306034245166174
Binary1100101111010011001001101100001110010100101001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6993; }

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

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

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

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

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

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

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

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