#CB6694

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

Shades of Hopbush #CB6694

Tints of Hopbush #CB6694

Color information

#CB6694 (or 0xCB6694) is unknown color: approx Hopbush. HEX triplet: CB, 66 and 94. RGB value is (203,102,148). Sum of RGB (Red+Green+Blue) = 203+102+148=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6694 is #34996B. Grayscale: #898989. Windows color (decimal): -3447148 or 9725643. OLE color: 9725643.

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

Color convert

RGB203102148-
CMYK00.500.270.20
HSL332.67º49.27%59.8%-
HSV(B)332.67º49.75%79.61%-
XYZ34.7324.3430.88-
YUV137.44133.96174.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 148 (58.20% from 255) = 32.67%
R=44.81%
G=22.52%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310214800.500.270.20332.6749.2759.8
HexCB66940321B1414d313c
Octal31314622406233245156174
Binary1100101111001101001010001100101101110100101001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6694; }

 p { color: rgb(203,102,148); }

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

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

 a { background-color: rgb(203,102,148); }

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

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

 span { border-color: rgb(203,102,148); }

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